Charcoal
#033C4E
CyanColor Codes
All color formats for development
HEX
#033C4ERGB
rgb(3, 60, 78)HSL
hsl(194, 93%, 16%)OKLCH
oklch(0.332 0.062 225.9)CMYK
cmyk(96%, 23%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#033747
2#02313F
3#022B37
4#02252F
5#011F27
6#01181F
7#011218
8#010C10
9#000608
Tints
Lighter variations
1#045D78
2#067DA1
3#079DCB
4#09BDF4
5#30C9F8
6#5AD4F9
7#83DFFB
8#ACE9FC
9#D6F4FE
Tones
Muted variations
1#073B4B
2#0A3947
3#0E3743
4#123540
5#16333C
6#1A3138
7#1D2F34
8#212D30
9#252B2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF6 #DDF6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEE #BFEEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE1 #8EE1FB | BordersInactive statesPlaceholder text |
| 400 | 53D2 #53D2F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22C5 #22C5F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08A8 #08A8D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0686 #0686AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 045F #045F7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 033D #033D4F | Primary textHigh emphasis contentDark headings |
| 950 | 0226 #022631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FBFE;
--charcoal-100: #DDF6FE;
--charcoal-200: #BFEEFD;
--charcoal-300: #8EE1FB;
--charcoal-400: #53D2F9;
--charcoal-500: #22C5F7;
--charcoal-600: #08A8D9;
--charcoal-700: #0686AC;
--charcoal-800: #045F7B;
--charcoal-900: #033D4F;
--charcoal-950: #022631;
}