Charcoal
#012F32
CyanColor Codes
All color formats for development
HEX
#012F32RGB
rgb(1, 47, 50)HSL
hsl(184, 96%, 10%)OKLCH
oklch(0.278 0.047 201.6)CMYK
cmyk(98%, 6%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#012A2D
2#012528
3#012123
4#011C1E
5#011719
6#001314
7#000E0F
8#00090A
9#000505
Tints
Lighter variations
1#02595F
2#03838C
3#04ADB9
4#05D7E6
5#1EECFA
6#4BF0FB
7#78F3FC
8#A5F7FD
9#D2FBFE
Tones
Muted variations
1#032D30
2#062A2D
3#08282B
4#0B2628
5#0D2426
6#102223
7#122021
8#151E1E
9#171C1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFC #DCFCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF9 #BEF9FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CF5 #8CF5FD | BordersInactive statesPlaceholder text |
| 400 | 50F0 #50F0FB | Disabled statesSecondary iconsMuted text |
| 500 | 1EEC #1EECFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04CE #04CEDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04A4 #04A4AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0375 #03757D | Text on light backgroundsHeadingsStrong borders |
| 900 | 024B #024B50 | Primary textHigh emphasis contentDark headings |
| 950 | 012F #012F32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFF;
--charcoal-100: #DCFCFE;
--charcoal-200: #BEF9FE;
--charcoal-300: #8CF5FD;
--charcoal-400: #50F0FB;
--charcoal-500: #1EECFA;
--charcoal-600: #04CEDC;
--charcoal-700: #04A4AF;
--charcoal-800: #03757D;
--charcoal-900: #024B50;
--charcoal-950: #012F32;
}