Charcoal
#23365C
BlueColor Codes
All color formats for development
HEX
#23365CRGB
rgb(35, 54, 92)HSL
hsl(220, 45%, 25%)OKLCH
oklch(0.337 0.072 263)CMYK
cmyk(62%, 41%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#203153
2#1C2B4A
3#192641
4#152137
5#121B2E
6#0E1625
7#0B101C
8#070B12
9#040509
Tints
Lighter variations
1#2E4678
2#385794
3#4367B0
4#597BC0
5#7491CA
6#90A7D5
7#ACBDDF
8#C8D3EA
9#E3E9F4
Tones
Muted variations
1#26375A
2#293857
3#2C3954
4#2F3A51
5#313B4E
6#343C4B
7#373D48
8#3A3E45
9#3D3F43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EA #E5EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD9 #CFD9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AABC #AABCDF | BordersInactive statesPlaceholder text |
| 400 | 7E98 #7E98CE | Disabled statesSecondary iconsMuted text |
| 500 | 597B #597BC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E5F #3E5FA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 314C #314C81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2336 #23365C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1623 #16233B | Primary textHigh emphasis contentDark headings |
| 950 | 0E16 #0E1625 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E5EAF5;
--charcoal-200: #CFD9ED;
--charcoal-300: #AABCDF;
--charcoal-400: #7E98CE;
--charcoal-500: #597BC0;
--charcoal-600: #3E5FA3;
--charcoal-700: #314C81;
--charcoal-800: #23365C;
--charcoal-900: #16233B;
--charcoal-950: #0E1625;
}