Charcoal
#0F1F43
BlueColor Codes
All color formats for development
HEX
#0F1F43RGB
rgb(15, 31, 67)HSL
hsl(222, 63%, 16%)OKLCH
oklch(0.249 0.071 263.9)CMYK
cmyk(78%, 54%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1B3C
2#0C1835
3#0B152F
4#091228
5#080F21
6#060C1B
7#050914
8#03060D
9#020307
Tints
Lighter variations
1#172F65
2#1F3F88
3#274FAB
4#2F5FCE
5#5079D7
6#7394DF
7#96AFE7
8#B9C9EF
9#DCE4F7
Tones
Muted variations
1#122040
2#14213D
3#17223B
4#192338
5#1C2436
6#1F2533
7#212631
8#24272E
9#26282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E9 #E2E9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D5 #C9D5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB6 #9FB6E9 | BordersInactive statesPlaceholder text |
| 400 | 6E8F #6E8FDE | Disabled statesSecondary iconsMuted text |
| 500 | 446F #446FD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A54 #2A54B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2143 #214391 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1830 #183068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F1F #0F1F43 | Primary textHigh emphasis contentDark headings |
| 950 | 0913 #09132A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FC;
--charcoal-100: #E2E9F8;
--charcoal-200: #C9D5F3;
--charcoal-300: #9FB6E9;
--charcoal-400: #6E8FDE;
--charcoal-500: #446FD5;
--charcoal-600: #2A54B7;
--charcoal-700: #214391;
--charcoal-800: #183068;
--charcoal-900: #0F1F43;
--charcoal-950: #09132A;
}