Charcoal
#0B1A47
BlueColor Codes
All color formats for development
HEX
#0B1A47RGB
rgb(11, 26, 71)HSL
hsl(225, 73%, 16%)OKLCH
oklch(0.238 0.087 265.9)CMYK
cmyk(85%, 63%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A1740
2#091538
3#081231
4#07102A
5#060D23
6#040A1C
7#030815
8#02050E
9#010307
Tints
Lighter variations
1#11286C
2#173591
3#1C43B6
4#2250DB
5#466DE2
6#6B8AE8
7#90A7EE
8#B5C5F3
9#DAE2F9
Tones
Muted variations
1#0E1B44
2#111D41
3#141E3E
4#17203B
5#1A2138
6#1D2335
7#202432
8#23262F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E7 #E0E7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D2 #C6D2F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AAF #9AAFEF | BordersInactive statesPlaceholder text |
| 400 | 6585 #6585E7 | Disabled statesSecondary iconsMuted text |
| 500 | 3862 #3862E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E47 #1E47C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1839 #18399A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1128 #11286E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B1A #0B1A47 | Primary textHigh emphasis contentDark headings |
| 950 | 0710 #07102C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F5FD;
--charcoal-100: #E0E7FA;
--charcoal-200: #C6D2F6;
--charcoal-300: #9AAFEF;
--charcoal-400: #6585E7;
--charcoal-500: #3862E0;
--charcoal-600: #1E47C2;
--charcoal-700: #18399A;
--charcoal-800: #11286E;
--charcoal-900: #0B1A47;
--charcoal-950: #07102C;
}