Charcoal
#23415C
BlueColor Codes
All color formats for development
HEX
#23415CRGB
rgb(35, 65, 92)HSL
hsl(208, 45%, 25%)OKLCH
oklch(0.365 0.059 247.3)CMYK
cmyk(62%, 29%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#203B53
2#1C354A
3#192E41
4#152737
5#12212E
6#0E1A25
7#0B141C
8#070D12
9#040709
Tints
Lighter variations
1#2E5578
2#386994
3#437DB0
4#5990C0
5#74A2CA
6#90B5D5
7#ACC7DF
8#C8DAEA
9#E3ECF4
Tones
Muted variations
1#26415A
2#294157
3#2C4154
4#2F4151
5#31414E
6#34414B
7#374048
8#3A4045
9#3D4043
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EE #E5EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDF #CFDFED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAC6 #AAC6DF | BordersInactive statesPlaceholder text |
| 400 | 7EA8 #7EA8CE | Disabled statesSecondary iconsMuted text |
| 500 | 5990 #5990C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E74 #3E74A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 315C #315C81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2342 #23425C | Text on light backgroundsHeadingsStrong borders |
| 900 | 162A #162A3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1A #0E1A25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FB;
--charcoal-100: #E5EEF5;
--charcoal-200: #CFDFED;
--charcoal-300: #AAC6DF;
--charcoal-400: #7EA8CE;
--charcoal-500: #5990C0;
--charcoal-600: #3E74A3;
--charcoal-700: #315C81;
--charcoal-800: #23425C;
--charcoal-900: #162A3B;
--charcoal-950: #0E1A25;
}