Charcoal
#033E4E
CyanColor Codes
All color formats for development
HEX
#033E4ERGB
rgb(3, 62, 78)HSL
hsl(193, 93%, 16%)OKLCH
oklch(0.338 0.061 222.4)CMYK
cmyk(96%, 21%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#033847
2#02323F
3#022C37
4#02252F
5#011F27
6#01191F
7#011318
8#010C10
9#000608
Tints
Lighter variations
1#045F78
2#0680A1
3#07A0CB
4#09C1F4
5#30CCF8
6#5AD6F9
7#83E1FB
8#ACEBFC
9#D6F5FE
Tones
Muted variations
1#073C4B
2#0A3A47
3#0E3843
4#123640
5#16343C
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 | DDF7 #DDF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEF #BFEFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE3 #8EE3FB | BordersInactive statesPlaceholder text |
| 400 | 53D5 #53D5F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22C9 #22C9F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08AB #08ABD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0688 #0688AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0461 #04617B | Text on light backgroundsHeadingsStrong borders |
| 900 | 033E #033E4F | Primary textHigh emphasis contentDark headings |
| 950 | 0227 #022731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FBFE;
--charcoal-100: #DDF7FE;
--charcoal-200: #BFEFFD;
--charcoal-300: #8EE3FB;
--charcoal-400: #53D5F9;
--charcoal-500: #22C9F7;
--charcoal-600: #08ABD9;
--charcoal-700: #0688AC;
--charcoal-800: #04617B;
--charcoal-900: #033E4F;
--charcoal-950: #022731;
}