Charcoal
#022D31
CyanColor Codes
All color formats for development
HEX
#022D31RGB
rgb(2, 45, 49)HSL
hsl(185, 92%, 10%)OKLCH
oklch(0.272 0.045 204.4)CMYK
cmyk(96%, 8%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02292C
2#022427
3#012022
4#011B1D
5#011718
6#011214
7#010E0F
8#00090A
9#000505
Tints
Lighter variations
1#04565D
2#067E89
3#08A7B5
4#09CFE1
5#23E4F6
6#4FEAF8
7#7BEFF9
8#A7F4FB
9#D3FAFD
Tones
Muted variations
1#042B2F
2#07292C
3#09272A
4#0B2528
5#0E2325
6#102123
7#121F21
8#151D1E
9#171B1C
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 | BFF7 #BFF7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF1 #8EF1FA | BordersInactive statesPlaceholder text |
| 400 | 54EA #54EAF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23E4 #23E4F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09C6 #09C6D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 079E #079EAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0571 #05717A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0348 #03484E | Primary textHigh emphasis contentDark headings |
| 950 | 022D #022D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FDFE;
--charcoal-100: #DDFBFE;
--charcoal-200: #BFF7FC;
--charcoal-300: #8EF1FA;
--charcoal-400: #54EAF8;
--charcoal-500: #23E4F6;
--charcoal-600: #09C6D7;
--charcoal-700: #079EAB;
--charcoal-800: #05717A;
--charcoal-900: #03484E;
--charcoal-950: #022D31;
}