Charcoal
#012D32
CyanColor Codes
All color formats for development
HEX
#012D32RGB
rgb(1, 45, 50)HSL
hsl(186, 96%, 10%)OKLCH
oklch(0.272 0.046 206.5)CMYK
cmyk(98%, 10%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01292D
2#012428
3#012023
4#011B1E
5#011719
6#001214
7#000E0F
8#00090A
9#000505
Tints
Lighter variations
1#02565F
2#037E8C
3#04A7B9
4#05CFE6
5#1EE4FA
6#4BEAFB
7#78EFFC
8#A5F4FD
9#D2FAFE
Tones
Muted variations
1#032B30
2#06292D
3#08272B
4#0B2528
5#0D2326
6#102123
7#121F21
8#151D1E
9#171B1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFB #DCFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF7 #BEF7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CF1 #8CF1FD | BordersInactive statesPlaceholder text |
| 400 | 50EA #50EAFB | Disabled statesSecondary iconsMuted text |
| 500 | 1EE4 #1EE4FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04C6 #04C6DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 049E #049EAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0371 #03717D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0248 #024850 | Primary textHigh emphasis contentDark headings |
| 950 | 012D #012D32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FDFF;
--charcoal-100: #DCFBFE;
--charcoal-200: #BEF7FE;
--charcoal-300: #8CF1FD;
--charcoal-400: #50EAFB;
--charcoal-500: #1EE4FA;
--charcoal-600: #04C6DC;
--charcoal-700: #049EAF;
--charcoal-800: #03717D;
--charcoal-900: #024850;
--charcoal-950: #012D32;
}