Charcoal
#0F2243
BlueColor Codes
All color formats for development
HEX
#0F2243RGB
rgb(15, 34, 67)HSL
hsl(218, 63%, 16%)OKLCH
oklch(0.256 0.067 260.6)CMYK
cmyk(78%, 49%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1F3C
2#0C1B35
3#0B182F
4#091428
5#081121
6#060E1B
7#050A14
8#03070D
9#020307
Tints
Lighter variations
1#173465
2#1F4688
3#2757AB
4#2F69CE
5#5082D7
6#739BDF
7#96B4E7
8#B9CDEF
9#DCE6F7
Tones
Muted variations
1#122340
2#14233D
3#17243B
4#192538
5#1C2536
6#1F2633
7#212731
8#24272E
9#26282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EA #E2EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D8 #C9D8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FBA #9FBAE9 | BordersInactive statesPlaceholder text |
| 400 | 6E97 #6E97DE | Disabled statesSecondary iconsMuted text |
| 500 | 4479 #4479D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A5D #2A5DB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 214A #214A91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1835 #183568 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F22 #0F2243 | Primary textHigh emphasis contentDark headings |
| 950 | 0915 #09152A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FC;
--charcoal-100: #E2EAF8;
--charcoal-200: #C9D8F3;
--charcoal-300: #9FBAE9;
--charcoal-400: #6E97DE;
--charcoal-500: #4479D5;
--charcoal-600: #2A5DB7;
--charcoal-700: #214A91;
--charcoal-800: #183568;
--charcoal-900: #0F2243;
--charcoal-950: #09152A;
}