Charcoal
#092549
BlueColor Codes
All color formats for development
HEX
#092549RGB
rgb(9, 37, 73)HSL
hsl(214, 78%, 16%)OKLCH
oklch(0.266 0.075 256.4)CMYK
cmyk(88%, 49%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082141
2#071D3A
3#061A33
4#05162C
5#041224
6#040F1D
7#030B16
8#02070F
9#010407
Tints
Lighter variations
1#0E386F
2#124B95
3#175EBB
4#1C71E1
5#4089E7
6#66A0EC
7#8DB8F1
8#B3D0F6
9#D9E7FA
Tones
Muted variations
1#0C2545
2#0F2542
3#13263F
4#16263C
5#192739
6#1C2736
7#1F2832
8#22282F
9#26282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEB #DFEBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DA #C4DAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97BE #97BEF2 | BordersInactive statesPlaceholder text |
| 400 | 609C #609CEB | Disabled statesSecondary iconsMuted text |
| 500 | 3380 #3380E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1965 #1965C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1450 #14509F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E39 #0E3971 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0925 #092549 | Primary textHigh emphasis contentDark headings |
| 950 | 0617 #06172D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F7FD;
--charcoal-100: #DFEBFB;
--charcoal-200: #C4DAF8;
--charcoal-300: #97BEF2;
--charcoal-400: #609CEB;
--charcoal-500: #3380E6;
--charcoal-600: #1965C8;
--charcoal-700: #14509F;
--charcoal-800: #0E3971;
--charcoal-900: #092549;
--charcoal-950: #06172D;
}