Charcoal
#091B49
BlueColor Codes
All color formats for development
HEX
#091B49RGB
rgb(9, 27, 73)HSL
hsl(223, 78%, 16%)OKLCH
oklch(0.241 0.089 264.4)CMYK
cmyk(88%, 63%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081841
2#07163A
3#061333
4#05102C
5#040E24
6#040B1D
7#030816
8#02050F
9#010307
Tints
Lighter variations
1#0E296F
2#123795
3#1746BB
4#1C54E1
5#4070E7
6#668CEC
7#8DA9F1
8#B3C6F6
9#D9E2FA
Tones
Muted variations
1#0C1C45
2#0F1E42
3#131F3F
4#16213C
5#192239
6#1C2336
7#1F2532
8#22262F
9#26272C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE7 #DFE7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D3 #C4D3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97B1 #97B1F2 | BordersInactive statesPlaceholder text |
| 400 | 6088 #6088EB | Disabled statesSecondary iconsMuted text |
| 500 | 3365 #3365E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 194A #194AC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 143B #143B9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E2A #0E2A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091B #091B49 | Primary textHigh emphasis contentDark headings |
| 950 | 0611 #06112D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F5FD;
--charcoal-100: #DFE7FB;
--charcoal-200: #C4D3F8;
--charcoal-300: #97B1F2;
--charcoal-400: #6088EB;
--charcoal-500: #3365E6;
--charcoal-600: #194AC8;
--charcoal-700: #143B9F;
--charcoal-800: #0E2A71;
--charcoal-900: #091B49;
--charcoal-950: #06112D;
}