Charcoal
#0C2045
BlueColor Codes
All color formats for development
HEX
#0C2045RGB
rgb(12, 32, 69)HSL
hsl(219, 70%, 16%)OKLCH
oklch(0.251 0.074 261.4)CMYK
cmyk(83%, 54%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B1D3E
2#0A1A37
3#091731
4#07132A
5#061023
6#050D1C
7#040A15
8#02060E
9#010307
Tints
Lighter variations
1#13316A
2#19428E
3#2053B3
4#2664D7
5#497DDF
6#6D97E5
7#92B1EC
8#B6CBF2
9#DBE5F9
Tones
Muted variations
1#0F2143
2#122240
3#15233D
4#18243A
5#1B2537
6#1D2534
7#202631
8#23272F
9#26282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E9 #E1E9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D7 #C7D7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BB8 #9BB8ED | BordersInactive statesPlaceholder text |
| 400 | 6793 #6793E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C74 #3C74DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2259 #2259BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B47 #1B4798 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1332 #13326C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C20 #0C2045 | Primary textHigh emphasis contentDark headings |
| 950 | 0814 #08142B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F6FD;
--charcoal-100: #E1E9FA;
--charcoal-200: #C7D7F5;
--charcoal-300: #9BB8ED;
--charcoal-400: #6793E4;
--charcoal-500: #3C74DD;
--charcoal-600: #2259BF;
--charcoal-700: #1B4798;
--charcoal-800: #13326C;
--charcoal-900: #0C2045;
--charcoal-950: #08142B;
}