Charcoal
#024850
CyanColor Codes
All color formats for development
HEX
#024850RGB
rgb(2, 72, 80)HSL
hsl(186, 95%, 16%)OKLCH
oklch(0.368 0.062 207.6)CMYK
cmyk(98%, 10%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#024148
2#023940
3#013238
4#012B30
5#012428
6#011D20
7#011618
8#000E10
9#000708
Tints
Lighter variations
1#036E79
2#0493A3
3#05B9CD
4#06DFF7
5#2EE5FA
6#58EAFB
7#82F0FC
8#ABF5FD
9#D5FAFE
Tones
Muted variations
1#06454C
2#0A4248
3#0E3F44
4#123B40
5#15383C
6#193538
7#1D3234
8#212F31
9#252C2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFB #DCFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF7 #BEF7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DF1 #8DF1FC | BordersInactive statesPlaceholder text |
| 400 | 51EA #51EAFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FE3 #1FE3F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06C5 #06C5DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 049D #049DAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0370 #03707C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0248 #024850 | Primary textHigh emphasis contentDark headings |
| 950 | 012D #012D32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FDFF;
--charcoal-100: #DCFBFE;
--charcoal-200: #BEF7FD;
--charcoal-300: #8DF1FC;
--charcoal-400: #51EAFB;
--charcoal-500: #1FE3F9;
--charcoal-600: #06C5DB;
--charcoal-700: #049DAE;
--charcoal-800: #03707C;
--charcoal-900: #024850;
--charcoal-950: #012D32;
}