Charcoal
#091F49
BlueColor Codes
All color formats for development
HEX
#091F49RGB
rgb(9, 31, 73)HSL
hsl(219, 78%, 16%)OKLCH
oklch(0.251 0.083 261.7)CMYK
cmyk(88%, 58%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081C41
2#07193A
3#061633
4#05132C
5#041024
6#040D1D
7#030916
8#02060F
9#010307
Tints
Lighter variations
1#0E306F
2#124095
3#1750BB
4#1C61E1
5#407BE7
6#6695EC
7#8DB0F1
8#B3CAF6
9#D9E5FA
Tones
Muted variations
1#0C2045
2#0F2142
3#13223F
4#16233C
5#192439
6#1C2536
7#1F2632
8#22272F
9#26282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE9 #DFE9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D6 #C4D6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B7 #97B7F2 | BordersInactive statesPlaceholder text |
| 400 | 6091 #6091EB | Disabled statesSecondary iconsMuted text |
| 500 | 3371 #3371E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1956 #1956C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1444 #14449F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E31 #0E3171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091F #091F49 | Primary textHigh emphasis contentDark headings |
| 950 | 0614 #06142D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F6FD;
--charcoal-100: #DFE9FB;
--charcoal-200: #C4D6F8;
--charcoal-300: #97B7F2;
--charcoal-400: #6091EB;
--charcoal-500: #3371E6;
--charcoal-600: #1956C8;
--charcoal-700: #14449F;
--charcoal-800: #0E3171;
--charcoal-900: #091F49;
--charcoal-950: #06142D;
}