Charcoal
#0F2043
BlueColor Codes
All color formats for development
HEX
#0F2043RGB
rgb(15, 32, 67)HSL
hsl(220, 63%, 16%)OKLCH
oklch(0.251 0.07 262.9)CMYK
cmyk(78%, 52%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1D3C
2#0C1A35
3#0B172F
4#091328
5#081021
6#060D1B
7#050A14
8#03060D
9#020307
Tints
Lighter variations
1#173165
2#1F4288
3#2753AB
4#2F64CE
5#507DD7
6#7397DF
7#96B1E7
8#B9CBEF
9#DCE5F7
Tones
Muted variations
1#122140
2#14223D
3#17233B
4#192438
5#1C2536
6#1F2533
7#212631
8#24272E
9#26282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E9 #E2E9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D7 #C9D7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB8 #9FB8E9 | BordersInactive statesPlaceholder text |
| 400 | 6E93 #6E93DE | Disabled statesSecondary iconsMuted text |
| 500 | 4474 #4474D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A59 #2A59B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2147 #214791 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1832 #183268 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F20 #0F2043 | Primary textHigh emphasis contentDark headings |
| 950 | 0914 #09142A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FC;
--charcoal-100: #E2E9F8;
--charcoal-200: #C9D7F3;
--charcoal-300: #9FB8E9;
--charcoal-400: #6E93DE;
--charcoal-500: #4474D5;
--charcoal-600: #2A59B7;
--charcoal-700: #214791;
--charcoal-800: #183268;
--charcoal-900: #0F2043;
--charcoal-950: #09142A;
}