Charcoal
#02444F
CyanColor Codes
All color formats for development
HEX
#02444FRGB
rgb(2, 68, 79)HSL
hsl(189, 95%, 16%)OKLCH
oklch(0.356 0.061 213)CMYK
cmyk(97%, 14%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#023D48
2#023640
3#013038
4#012930
5#012228
6#011B20
7#011418
8#000E10
9#000708
Tints
Lighter variations
1#036879
2#048BA3
3#05AFCD
4#06D3F7
5#2EDBFA
6#58E2FB
7#82E9FC
8#ABF1FD
9#D5F8FE
Tones
Muted variations
1#06414C
2#0A3F48
3#0E3C44
4#123940
5#15363C
6#193438
7#1D3134
8#212E31
9#252C2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF4 #BEF4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DEB #8DEBFC | BordersInactive statesPlaceholder text |
| 400 | 51E1 #51E1FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FD9 #1FD9F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06BB #06BBDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0495 #0495AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 036A #036A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0244 #024450 | Primary textHigh emphasis contentDark headings |
| 950 | 012A #012A32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FCFF;
--charcoal-100: #DCF9FE;
--charcoal-200: #BEF4FD;
--charcoal-300: #8DEBFC;
--charcoal-400: #51E1FB;
--charcoal-500: #1FD9F9;
--charcoal-600: #06BBDB;
--charcoal-700: #0495AE;
--charcoal-800: #036A7C;
--charcoal-900: #024450;
--charcoal-950: #012A32;
}