---
title: "Melanin — Glossary | School of Dermatology"
url: https://schoolofdermatology.com/glossary/melanin
description: "Understand melanin, the pigment that determines skin color and provides UV protection, its types, and its role in hyperpigmentation conditions."
lang: en
---

Glossary

# Melanin

MEL-uh-nin

## Definition

Melanin is the natural pigment produced by melanocytes in the basal layer of the epidermis that gives skin, hair, and eyes their color. There are two main types: eumelanin (brown/black pigment) and pheomelanin (red/yellow pigment). The ratio and amount of these pigments determine an individual's skin tone. Melanin's primary biological function is to protect skin cells' DNA from UV radiation damage by absorbing and dispersing UV light. When the skin is exposed to UV rays, melanocytes increase melanin production — this is the process of tanning. However, melanin distribution can become uneven, leading to hyperpigmentation conditions like sun spots, melasma, and post-inflammatory hyperpigmentation. Darker skin tones have more active melanocytes producing more melanin, which provides greater natural UV protection but also makes the skin more prone to post-inflammatory hyperpigmentation after injury or inflammation.

## Related Terms

Melanocyte: https://schoolofdermatology.com/glossary/melanocyte
Hyperpigmentation: https://schoolofdermatology.com/glossary/hyperpigmentation
PIH (Post-Inflammatory Hyperpigmentation): https://schoolofdermatology.com/glossary/pih-post-inflammatory-hyperpigmentation
Fitzpatrick Scale: https://schoolofdermatology.com/glossary/fitzpatrick-scale

Was this definition helpful?

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "@type": "DefinedTerm",
    "name": "Melanin",
    "description": "Melanin is the natural pigment produced by melanocytes in the basal layer of the epidermis that gives skin, hair, and eyes their color. There are two main types: eumelanin (brown/black pigment) and pheomelanin (red/yellow pigment). The ratio and amount of these pigments determine an individual's skin tone. Melanin's primary biological function is to protect skin cells' DNA from UV radiation damage by absorbing and dispersing UV light. When the skin is exposed to UV rays, melanocytes increase melanin production — this is the process of tanning. However, melanin distribution can become uneven, leading to hyperpigmentation conditions like sun spots, melasma, and post-inflammatory hyperpigmentation. Darker skin tones have more active melanocytes producing more melanin, which provides greater natural UV protection but also makes the skin more prone to post-inflammatory hyperpigmentation after injury or inflammation.",
    "url": "https://schoolofdermatology.com/glossary/melanin",
    "inDefinedTermSet": {
      "@type": "DefinedTermSet",
      "name": "School of Dermatology Skincare Glossary",
      "url": "https://schoolofdermatology.com/glossary"
    }
  },
  {
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Home",
        "item": "https://schoolofdermatology.com"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Glossary",
        "item": "https://schoolofdermatology.com/glossary"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "Melanin",
        "item": "https://schoolofdermatology.com/glossary/melanin"
      }
    ]
  }
]
```