Charcoal
#23495C
BlueColor Codes
All color formats for development
HEX
#23495CRGB
rgb(35, 73, 92)HSL
hsl(200, 45%, 25%)OKLCH
oklch(0.386 0.054 232.3)CMYK
cmyk(62%, 21%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#204253
2#1C3B4A
3#193341
4#152C37
5#12252E
6#0E1D25
7#0B161C
8#070F12
9#040709
Tints
Lighter variations
1#2E5F78
2#387594
3#438BB0
4#599DC0
5#74AECA
6#90BED5
7#ACCEDF
8#C8DEEA
9#E3EFF4
Tones
Muted variations
1#26485A
2#294757
3#2C4654
4#2F4551
5#31454E
6#34444B
7#374348
8#3A4245
9#3D4143
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE3 #CFE3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AACD #AACDDF | BordersInactive statesPlaceholder text |
| 400 | 7EB3 #7EB3CE | Disabled statesSecondary iconsMuted text |
| 500 | 599D #599DC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E81 #3E81A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3167 #316781 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2349 #23495C | Text on light backgroundsHeadingsStrong borders |
| 900 | 162F #162F3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1D #0E1D25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FB;
--charcoal-100: #E5F0F5;
--charcoal-200: #CFE3ED;
--charcoal-300: #AACDDF;
--charcoal-400: #7EB3CE;
--charcoal-500: #599DC0;
--charcoal-600: #3E81A3;
--charcoal-700: #316781;
--charcoal-800: #23495C;
--charcoal-900: #162F3B;
--charcoal-950: #0E1D25;
}