Charcoal
#0C2A45
BlueColor Codes
All color formats for development
HEX
#0C2A45RGB
rgb(12, 42, 69)HSL
hsl(208, 70%, 16%)OKLCH
oklch(0.278 0.061 249)CMYK
cmyk(83%, 39%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B263E
2#0A2237
3#091E31
4#071A2A
5#061523
6#05111C
7#040D15
8#02090E
9#010407
Tints
Lighter variations
1#13416A
2#19588E
3#206EB3
4#2684D7
5#4999DF
6#6DADE5
7#92C2EC
8#B6D6F2
9#DBEBF9
Tones
Muted variations
1#0F2B43
2#122A40
3#152A3D
4#182A3A
5#1B2A37
6#1D2A34
7#202931
8#23292F
9#26292C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EE #E1EEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DF #C7DFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BC7 #9BC7ED | BordersInactive statesPlaceholder text |
| 400 | 67AA #67AAE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C92 #3C92DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2275 #2275BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B5D #1B5D98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1343 #13436C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2B #0C2B45 | Primary textHigh emphasis contentDark headings |
| 950 | 081B #081B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FD;
--charcoal-100: #E1EEFA;
--charcoal-200: #C7DFF5;
--charcoal-300: #9BC7ED;
--charcoal-400: #67AAE4;
--charcoal-500: #3C92DD;
--charcoal-600: #2275BF;
--charcoal-700: #1B5D98;
--charcoal-800: #13436C;
--charcoal-900: #0C2B45;
--charcoal-950: #081B2B;
}