Charcoal
#0B2747
BlueColor Codes
All color formats for development
HEX
#0B2747RGB
rgb(11, 39, 71)HSL
hsl(212, 73%, 16%)OKLCH
oklch(0.271 0.068 254.1)CMYK
cmyk(85%, 45%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A2340
2#091F38
3#081B31
4#07172A
5#061323
6#04101C
7#030C15
8#02080E
9#010407
Tints
Lighter variations
1#113B6C
2#175091
3#1C64B6
4#2278DB
5#468FE2
6#6BA5E8
7#90BCEE
8#B5D2F3
9#DAE9F9
Tones
Muted variations
1#0E2744
2#112741
3#14273E
4#17283B
5#1A2838
6#1D2835
7#202832
8#23282F
9#26292C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EC #E0ECFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DC #C6DCF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AC1 #9AC1EF | BordersInactive statesPlaceholder text |
| 400 | 65A1 #65A1E7 | Disabled statesSecondary iconsMuted text |
| 500 | 3887 #3887E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E6B #1E6BC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1855 #18559A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 113D #113D6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B27 #0B2747 | Primary textHigh emphasis contentDark headings |
| 950 | 0718 #07182C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F7FD;
--charcoal-100: #E0ECFA;
--charcoal-200: #C6DCF6;
--charcoal-300: #9AC1EF;
--charcoal-400: #65A1E7;
--charcoal-500: #3887E0;
--charcoal-600: #1E6BC2;
--charcoal-700: #18559A;
--charcoal-800: #113D6E;
--charcoal-900: #0B2747;
--charcoal-950: #07182C;
}