Charcoal
#0F2143
BlueColor Codes
All color formats for development
HEX
#0F2143RGB
rgb(15, 33, 67)HSL
hsl(219, 63%, 16%)OKLCH
oklch(0.254 0.069 261.8)CMYK
cmyk(78%, 51%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1E3C
2#0C1A35
3#0B172F
4#091428
5#081121
6#060D1B
7#050A14
8#03070D
9#020307
Tints
Lighter variations
1#173265
2#1F4488
3#2755AB
4#2F67CE
5#5080D7
6#7399DF
7#96B3E7
8#B9CCEF
9#DCE6F7
Tones
Muted variations
1#122240
2#14233D
3#17233B
4#192438
5#1C2536
6#1F2633
7#212631
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 | 9FB9 #9FB9E9 | BordersInactive statesPlaceholder text |
| 400 | 6E95 #6E95DE | Disabled statesSecondary iconsMuted text |
| 500 | 4477 #4477D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A5B #2A5BB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2148 #214891 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1834 #183468 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F21 #0F2143 | 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: #9FB9E9;
--charcoal-400: #6E95DE;
--charcoal-500: #4477D5;
--charcoal-600: #2A5BB7;
--charcoal-700: #214891;
--charcoal-800: #183468;
--charcoal-900: #0F2143;
--charcoal-950: #09152A;
}