Charcoal
#022E31
CyanColor Codes
All color formats for development
HEX
#022E31RGB
rgb(2, 46, 49)HSL
hsl(184, 92%, 10%)OKLCH
oklch(0.275 0.045 201.9)CMYK
cmyk(96%, 6%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02292C
2#022527
3#012022
4#011B1D
5#011718
6#011214
7#010E0F
8#00090A
9#000505
Tints
Lighter variations
1#04575D
2#068089
3#08AAB5
4#09D3E1
5#23E8F6
6#4FECF8
7#7BF1F9
8#A7F6FB
9#D3FAFD
Tones
Muted variations
1#042C2F
2#072A2C
3#09282A
4#0B2628
5#0E2425
6#102223
7#122021
8#151E1E
9#171C1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF8 #BFF8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF3 #8EF3FA | BordersInactive statesPlaceholder text |
| 400 | 54ED #54EDF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23E8 #23E8F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09CA #09CAD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07A0 #07A0AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0573 #05737A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0349 #03494E | Primary textHigh emphasis contentDark headings |
| 950 | 022E #022E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FDFE;
--charcoal-100: #DDFBFE;
--charcoal-200: #BFF8FC;
--charcoal-300: #8EF3FA;
--charcoal-400: #54EDF8;
--charcoal-500: #23E8F6;
--charcoal-600: #09CAD7;
--charcoal-700: #07A0AB;
--charcoal-800: #05737A;
--charcoal-900: #03494E;
--charcoal-950: #022E31;
}