Charcoal
#092649
BlueColor Codes
All color formats for development
HEX
#092649RGB
rgb(9, 38, 73)HSL
hsl(213, 78%, 16%)OKLCH
oklch(0.269 0.074 255.3)CMYK
cmyk(88%, 48%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082241
2#071E3A
3#061A33
4#05172C
5#041324
6#040F1D
7#030B16
8#02080F
9#010407
Tints
Lighter variations
1#0E396F
2#124D95
3#1761BB
4#1C75E1
5#408CE7
6#66A3EC
7#8DBAF1
8#B3D1F6
9#D9E8FA
Tones
Muted variations
1#0C2645
2#0F2642
3#13273F
4#16273C
5#192739
6#1C2836
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 | DFEC #DFECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DB #C4DBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C0 #97C0F2 | BordersInactive statesPlaceholder text |
| 400 | 609F #609FEB | Disabled statesSecondary iconsMuted text |
| 500 | 3383 #3383E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1967 #1967C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1452 #14529F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E3B #0E3B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0926 #092649 | Primary textHigh emphasis contentDark headings |
| 950 | 0618 #06182D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F7FD;
--charcoal-100: #DFECFB;
--charcoal-200: #C4DBF8;
--charcoal-300: #97C0F2;
--charcoal-400: #609FEB;
--charcoal-500: #3383E6;
--charcoal-600: #1967C8;
--charcoal-700: #14529F;
--charcoal-800: #0E3B71;
--charcoal-900: #092649;
--charcoal-950: #06182D;
}