Charcoal
#0C2346
BlueColor Codes
All color formats for development
HEX
#0C2346RGB
rgb(12, 35, 70)HSL
hsl(216, 71%, 16%)OKLCH
oklch(0.26 0.072 258.7)CMYK
cmyk(83%, 50%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B203F
2#091C38
3#081931
4#07152A
5#061223
6#050E1C
7#040B15
8#02070E
9#010407
Tints
Lighter variations
1#12356A
2#18488F
3#1E5AB4
4#256DD8
5#4885E0
6#6C9DE6
7#91B6EC
8#B6CEF3
9#DAE7F9
Tones
Muted variations
1#0F2443
2#122440
3#15253D
4#17253A
5#1A2637
6#1D2634
7#202731
8#23282F
9#26282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EB #E0EBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D9 #C6D9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BBC #9BBCEE | BordersInactive statesPlaceholder text |
| 400 | 6699 #6699E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B7C #3B7CDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2160 #2160C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A4D #1A4D99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1237 #12376D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C23 #0C2346 | Primary textHigh emphasis contentDark headings |
| 950 | 0716 #07162C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F6FD;
--charcoal-100: #E0EBFA;
--charcoal-200: #C6D9F5;
--charcoal-300: #9BBCEE;
--charcoal-400: #6699E5;
--charcoal-500: #3B7CDE;
--charcoal-600: #2160C0;
--charcoal-700: #1A4D99;
--charcoal-800: #12376D;
--charcoal-900: #0C2346;
--charcoal-950: #07162C;
}