Charcoal
#0C2245
BlueColor Codes
All color formats for development
HEX
#0C2245RGB
rgb(12, 34, 69)HSL
hsl(217, 70%, 16%)OKLCH
oklch(0.256 0.072 259.4)CMYK
cmyk(83%, 51%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B1F3E
2#0A1B37
3#091831
4#07142A
5#061123
6#050E1C
7#040A15
8#02070E
9#010307
Tints
Lighter variations
1#13346A
2#19468E
3#2058B3
4#266AD7
5#4982DF
6#6D9BE5
7#92B4EC
8#B6CDF2
9#DBE6F9
Tones
Muted variations
1#0F2343
2#122340
3#15243D
4#18253A
5#1B2537
6#1D2634
7#202731
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 | E1EA #E1EAFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D8 #C7D8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BBB #9BBBED | BordersInactive statesPlaceholder text |
| 400 | 6797 #6797E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C7A #3C7ADD | Primary brand colorCTAsActive elementsLinks |
| 600 | 225E #225EBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B4B #1B4B98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1335 #13356C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C22 #0C2245 | Primary textHigh emphasis contentDark headings |
| 950 | 0815 #08152B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F6FD;
--charcoal-100: #E1EAFA;
--charcoal-200: #C7D8F5;
--charcoal-300: #9BBBED;
--charcoal-400: #6797E4;
--charcoal-500: #3C7ADD;
--charcoal-600: #225EBF;
--charcoal-700: #1B4B98;
--charcoal-800: #13356C;
--charcoal-900: #0C2245;
--charcoal-950: #08152B;
}