Charcoal
#03494E
CyanColor Codes
All color formats for development
HEX
#03494ERGB
rgb(3, 73, 78)HSL
hsl(184, 93%, 16%)OKLCH
oklch(0.37 0.062 202.8)CMYK
cmyk(96%, 6%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#034247
2#023B3F
3#023437
4#022C2F
5#012527
6#011D1F
7#011618
8#010F10
9#000708
Tints
Lighter variations
1#047078
2#0697A1
3#07BECB
4#09E4F4
5#30EAF8
6#5AEEF9
7#83F3FB
8#ACF7FC
9#D6FBFE
Tones
Muted variations
1#07464B
2#0A4347
3#0E4043
4#123D40
5#16393C
6#1A3638
7#1D3334
8#212F30
9#252C2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFC #DDFCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF9 #BFF9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF4 #8EF4FB | BordersInactive statesPlaceholder text |
| 400 | 53EE #53EEF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22E9 #22E9F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08CB #08CBD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 06A1 #06A1AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0473 #04737B | Text on light backgroundsHeadingsStrong borders |
| 900 | 034A #034A4F | Primary textHigh emphasis contentDark headings |
| 950 | 022E #022E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFE;
--charcoal-100: #DDFCFE;
--charcoal-200: #BFF9FD;
--charcoal-300: #8EF4FB;
--charcoal-400: #53EEF9;
--charcoal-500: #22E9F7;
--charcoal-600: #08CBD9;
--charcoal-700: #06A1AC;
--charcoal-800: #04737B;
--charcoal-900: #034A4F;
--charcoal-950: #022E31;
}