Charcoal
#0C2945
BlueColor Codes
All color formats for development
HEX
#0C2945RGB
rgb(12, 41, 69)HSL
hsl(209, 70%, 16%)OKLCH
oklch(0.275 0.062 250.5)CMYK
cmyk(83%, 41%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0B263E
2#0A2137
3#091D31
4#07192A
5#061523
6#05111C
7#040D15
8#02080E
9#010407
Tints
Lighter variations
1#13406A
2#19568E
3#206CB3
4#2681D7
5#4996DF
6#6DABE5
7#92C0EC
8#B6D5F2
9#DBEAF9
Tones
Muted variations
1#0F2A43
2#122A40
3#15293D
4#18293A
5#1B2937
6#1D2934
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 | 9BC6 #9BC6ED | BordersInactive statesPlaceholder text |
| 400 | 67A8 #67A8E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C8F #3C8FDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2273 #2273BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B5B #1B5B98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1341 #13416C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2A #0C2A45 | Primary textHigh emphasis contentDark headings |
| 950 | 081A #081A2B | 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: #9BC6ED;
--charcoal-400: #67A8E4;
--charcoal-500: #3C8FDD;
--charcoal-600: #2273BF;
--charcoal-700: #1B5B98;
--charcoal-800: #13416C;
--charcoal-900: #0C2A45;
--charcoal-950: #081A2B;
}