Charcoal
#0F1A43
BlueColor Codes
All color formats for development
HEX
#0F1A43RGB
rgb(15, 26, 67)HSL
hsl(227, 63%, 16%)OKLCH
oklch(0.236 0.079 268.4)CMYK
cmyk(78%, 61%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E183C
2#0C1535
3#0B122F
4#091028
5#080D21
6#060A1B
7#050814
8#03050D
9#020307
Tints
Lighter variations
1#172865
2#1F3688
3#2744AB
4#2F51CE
5#506ED7
6#738BDF
7#96A8E7
8#B9C5EF
9#DCE2F7
Tones
Muted variations
1#121C40
2#141D3D
3#171F3B
4#192038
5#1C2236
6#1F2333
7#212431
8#24262E
9#26272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E7 #E2E7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D2 #C9D2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FAF #9FAFE9 | BordersInactive statesPlaceholder text |
| 400 | 6E86 #6E86DE | Disabled statesSecondary iconsMuted text |
| 500 | 4463 #4463D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A48 #2A48B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2139 #213991 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1829 #182968 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F1A #0F1A43 | Primary textHigh emphasis contentDark headings |
| 950 | 0910 #09102A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FC;
--charcoal-100: #E2E7F8;
--charcoal-200: #C9D2F3;
--charcoal-300: #9FAFE9;
--charcoal-400: #6E86DE;
--charcoal-500: #4463D5;
--charcoal-600: #2A48B7;
--charcoal-700: #213991;
--charcoal-800: #182968;
--charcoal-900: #0F1A43;
--charcoal-950: #09102A;
}