Charcoal
#093548
BlueColor Codes
All color formats for development
HEX
#093548RGB
rgb(9, 53, 72)HSL
hsl(198, 78%, 16%)OKLCH
oklch(0.31 0.057 232)CMYK
cmyk(88%, 26%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#083041
2#072B3A
3#062533
4#05202C
5#041B24
6#04151D
7#031016
8#020B0F
9#010507
Tints
Lighter variations
1#0E526F
2#126E95
3#178ABB
4#1CA6E1
5#40B5E7
6#66C4EC
7#8DD3F1
8#B3E2F6
9#D9F0FA
Tones
Muted variations
1#0C3445
2#0F3342
3#13323F
4#16303C
5#192F39
6#1C2E36
7#1F2D32
8#222B2F
9#262A2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E8 #C4E8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D7 #97D7F2 | BordersInactive statesPlaceholder text |
| 400 | 60C2 #60C2EB | Disabled statesSecondary iconsMuted text |
| 500 | 33B0 #33B0E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1993 #1993C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1475 #14759F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E54 #0E5471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0936 #093649 | Primary textHigh emphasis contentDark headings |
| 950 | 0621 #06212D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FAFD;
--charcoal-100: #DFF3FB;
--charcoal-200: #C4E8F8;
--charcoal-300: #97D7F2;
--charcoal-400: #60C2EB;
--charcoal-500: #33B0E6;
--charcoal-600: #1993C8;
--charcoal-700: #14759F;
--charcoal-800: #0E5471;
--charcoal-900: #093649;
--charcoal-950: #06212D;
}