Charcoal
#04434E
CyanColor Codes
All color formats for development
HEX
#04434ERGB
rgb(4, 67, 78)HSL
hsl(189, 90%, 16%)OKLCH
oklch(0.353 0.06 213.5)CMYK
cmyk(95%, 14%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#043C46
2#03353E
3#032F36
4#02282F
5#022127
6#021B1F
7#011417
8#010D10
9#000708
Tints
Lighter variations
1#066576
2#08889F
3#0BABC8
4#0DCEF0
5#34D7F4
6#5CDFF6
7#85E7F9
8#AEEFFB
9#D6F7FD
Tones
Muted variations
1#08404A
2#0B3D46
3#0F3B43
4#13383F
5#16363B
6#1A3337
7#1E3134
8#212E30
9#252B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF8 #DDF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F3 #C0F3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E9 #90E9F9 | BordersInactive statesPlaceholder text |
| 400 | 55DE #55DEF6 | Disabled statesSecondary iconsMuted text |
| 500 | 25D5 #25D5F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BB7 #0BB7D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0991 #0991AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0668 #066879 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0443 #04434E | Primary textHigh emphasis contentDark headings |
| 950 | 032A #032A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FCFE;
--charcoal-100: #DDF8FD;
--charcoal-200: #C0F3FC;
--charcoal-300: #90E9F9;
--charcoal-400: #55DEF6;
--charcoal-500: #25D5F4;
--charcoal-600: #0BB7D5;
--charcoal-700: #0991AA;
--charcoal-800: #066879;
--charcoal-900: #04434E;
--charcoal-950: #032A30;
}