Charcoal
#093348
BlueColor Codes
All color formats for development
HEX
#093348RGB
rgb(9, 51, 72)HSL
hsl(200, 78%, 16%)OKLCH
oklch(0.304 0.058 235.7)CMYK
cmyk(88%, 29%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082E41
2#07293A
3#062433
4#051F2C
5#041A24
6#04151D
7#030F16
8#020A0F
9#010507
Tints
Lighter variations
1#0E4E6F
2#126995
3#1784BB
4#1C9FE1
5#40B0E7
6#66C0EC
7#8DCFF1
8#B3DFF6
9#D9EFFA
Tones
Muted variations
1#0C3245
2#0F3142
3#13303F
4#162F3C
5#192E39
6#1C2D36
7#1F2C32
8#222B2F
9#262A2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF2 #DFF2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E6 #C4E6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97D4 #97D4F2 | BordersInactive statesPlaceholder text |
| 400 | 60BD #60BDEB | Disabled statesSecondary iconsMuted text |
| 500 | 33AA #33AAE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 198D #198DC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1470 #14709F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E50 #0E5071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0933 #093349 | Primary textHigh emphasis contentDark headings |
| 950 | 0620 #06202D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F9FD;
--charcoal-100: #DFF2FB;
--charcoal-200: #C4E6F8;
--charcoal-300: #97D4F2;
--charcoal-400: #60BDEB;
--charcoal-500: #33AAE6;
--charcoal-600: #198DC8;
--charcoal-700: #14709F;
--charcoal-800: #0E5071;
--charcoal-900: #093349;
--charcoal-950: #06202D;
}