Charcoal
#022C31
CyanColor Codes
All color formats for development
HEX
#022C31RGB
rgb(2, 44, 49)HSL
hsl(186, 92%, 10%)OKLCH
oklch(0.269 0.044 207)CMYK
cmyk(96%, 10%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#02282C
2#022327
3#011F22
4#011B1D
5#011618
6#011214
7#010D0F
8#00090A
9#000405
Tints
Lighter variations
1#04545D
2#067C89
3#08A4B5
4#09CCE1
5#23E1F6
6#4FE7F8
7#7BEDF9
8#A7F3FB
9#D3F9FD
Tones
Muted variations
1#042A2F
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 | DDFA #DDFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF6 #BFF6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF0 #8EF0FA | BordersInactive statesPlaceholder text |
| 400 | 54E7 #54E7F8 | Disabled statesSecondary iconsMuted text |
| 500 | 23E1 #23E1F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09C3 #09C3D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 079B #079BAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 056F #056F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0347 #03474E | Primary textHigh emphasis contentDark headings |
| 950 | 022C #022C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FDFE;
--charcoal-100: #DDFAFE;
--charcoal-200: #BFF6FC;
--charcoal-300: #8EF0FA;
--charcoal-400: #54E7F8;
--charcoal-500: #23E1F6;
--charcoal-600: #09C3D7;
--charcoal-700: #079BAB;
--charcoal-800: #056F7A;
--charcoal-900: #03474E;
--charcoal-950: #022C31;
}