Charcoal
#033C4F
BlueColor Codes
All color formats for development
HEX
#033C4FRGB
rgb(3, 60, 79)HSL
hsl(195, 93%, 16%)OKLCH
oklch(0.333 0.063 227.3)CMYK
cmyk(96%, 24%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#033647
2#02303F
3#022A37
4#02242F
5#011E27
6#01181F
7#011218
8#010C10
9#000608
Tints
Lighter variations
1#045B78
2#067BA1
3#079ACB
4#09B9F4
5#30C6F8
6#5AD1F9
7#83DDFB
8#ACE8FC
9#D6F4FE
Tones
Muted variations
1#073A4B
2#0A3847
3#0E3643
4#123440
5#16323C
6#1A3038
7#1D2E34
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 | DDF5 #DDF5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFED #BFEDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE0 #8EE0FB | BordersInactive statesPlaceholder text |
| 400 | 53CF #53CFF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22C2 #22C2F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08A4 #08A4D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0683 #0683AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 045D #045D7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 033C #033C4F | Primary textHigh emphasis contentDark headings |
| 950 | 0225 #022531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FBFE;
--charcoal-100: #DDF5FE;
--charcoal-200: #BFEDFD;
--charcoal-300: #8EE0FB;
--charcoal-400: #53CFF9;
--charcoal-500: #22C2F7;
--charcoal-600: #08A4D9;
--charcoal-700: #0683AC;
--charcoal-800: #045D7B;
--charcoal-900: #033C4F;
--charcoal-950: #022531;
}