Charcoal
#024A4F
CyanColor Codes
All color formats for development
HEX
#024A4FRGB
rgb(2, 74, 79)HSL
hsl(184, 95%, 16%)OKLCH
oklch(0.373 0.063 202.7)CMYK
cmyk(97%, 6%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#024348
2#023C40
3#013438
4#012D30
5#012528
6#011E20
7#011618
8#000F10
9#000708
Tints
Lighter variations
1#037179
2#0499A3
3#05C0CD
4#06E7F7
5#2EECFA
6#58F0FB
7#82F4FC
8#ABF7FD
9#D5FBFE
Tones
Muted variations
1#06474C
2#0A4448
3#0E4044
4#123D40
5#153A3C
6#193638
7#1D3334
8#213031
9#252C2D
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 #BEF9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DF5 #8DF5FC | BordersInactive statesPlaceholder text |
| 400 | 51EF #51EFFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FEB #1FEBF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06CD #06CDDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04A3 #04A3AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0374 #03747C | Text on light backgroundsHeadingsStrong borders |
| 900 | 024A #024A50 | Primary textHigh emphasis contentDark headings |
| 950 | 012E #012E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFF;
--charcoal-100: #DCFCFE;
--charcoal-200: #BEF9FD;
--charcoal-300: #8DF5FC;
--charcoal-400: #51EFFB;
--charcoal-500: #1FEBF9;
--charcoal-600: #06CDDB;
--charcoal-700: #04A3AE;
--charcoal-800: #03747C;
--charcoal-900: #024A50;
--charcoal-950: #012E32;
}