Charcoal

#480A25

Pink

Color Codes

All color formats for development

HEX
#480A25
RGB
rgb(72, 10, 37)
HSL
hsl(334, 76%, 16%)
OKLCH
oklch(0.271 0.094 359.7)
CMYK
cmyk(0%, 86%, 49%, 72%)

Accessibility

WCAG contrast compliance

On White Background

15.61:1

AA AAA

On Black Background

1.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FDF2
100
#FBE0
200
#F7C5
300
#F198
400
#EA62
500
#E335
600
#C51B
700
#9D15
800
#700F
900
#480A
950
#2D06

Shades

Darker variations

1#410921
2#39081D
3#32071A
4#2B0616
5#240512
6#1D040F
7#16030B
8#0E0207
9#070104

Tints

Lighter variations

1#6E0F38
2#93144B
3#B9195E
4#DF1E72
5#E54389
6#EA68A1
7#F08EB8
8#F5B4D0
9#FAD9E7

Tones

Muted variations

1#450D25
2#421025
3#3F1326
4#3B1626
5#381927
6#351C27
7#321F28
8#2F2328
9#2C2628

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FDF2
#FDF2F7
BackgroundsSubtle highlightsCard backgrounds
100
FBE0
#FBE0EB
Light backgroundsTable row hoverSkeleton loading
200
F7C5
#F7C5DA
Secondary backgroundsInput backgroundsDividers
300
F198
#F198BE
BordersInactive statesPlaceholder text
400
EA62
#EA629D
Disabled statesSecondary iconsMuted text
500
E335
#E33581
Primary brand colorCTAsActive elementsLinks
600
C51B
#C51B65
Hover statesFocus ringsPrimary buttons hover
700
9D15
#9D1550
Active/pressed statesDark mode accentsSecondary text
800
700F
#700F39
Text on light backgroundsHeadingsStrong borders
900
480A
#480A25
Primary textHigh emphasis contentDark headings
950
2D06
#2D0617
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --charcoal-50: #FDF2F7;
  --charcoal-100: #FBE0EB;
  --charcoal-200: #F7C5DA;
  --charcoal-300: #F198BE;
  --charcoal-400: #EA629D;
  --charcoal-500: #E33581;
  --charcoal-600: #C51B65;
  --charcoal-700: #9D1550;
  --charcoal-800: #700F39;
  --charcoal-900: #480A25;
  --charcoal-950: #2D0617;
}
Generate More ShadesCreate PaletteConvert Color