Charcoal
#0B2546
BlueColor Codes
All color formats for development
HEX
#0B2546RGB
rgb(11, 37, 70)HSL
hsl(214, 73%, 16%)OKLCH
oklch(0.265 0.069 255.9)CMYK
cmyk(84%, 47%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A2140
2#091D38
3#081A31
4#07162A
5#061223
6#040F1C
7#030B15
8#02070E
9#010407
Tints
Lighter variations
1#11386C
2#174B91
3#1C5FB6
4#2272DB
5#4689E2
6#6BA1E8
7#90B8EE
8#B5D0F3
9#DAE7F9
Tones
Muted variations
1#0E2544
2#112641
3#14263E
4#17263B
5#1A2738
6#1D2735
7#202832
8#23282F
9#26282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EB #E0EBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DB #C6DBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ABF #9ABFEF | BordersInactive statesPlaceholder text |
| 400 | 659D #659DE7 | Disabled statesSecondary iconsMuted text |
| 500 | 3881 #3881E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E65 #1E65C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1851 #18519A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 113A #113A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B25 #0B2547 | Primary textHigh emphasis contentDark headings |
| 950 | 0717 #07172C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F7FD;
--charcoal-100: #E0EBFA;
--charcoal-200: #C6DBF6;
--charcoal-300: #9ABFEF;
--charcoal-400: #659DE7;
--charcoal-500: #3881E0;
--charcoal-600: #1E65C2;
--charcoal-700: #18519A;
--charcoal-800: #113A6E;
--charcoal-900: #0B2547;
--charcoal-950: #07172C;
}