Charcoal
#23435C
BlueColor Codes
All color formats for development
HEX
#23435CRGB
rgb(35, 67, 92)HSL
hsl(206, 45%, 25%)OKLCH
oklch(0.37 0.058 243.8)CMYK
cmyk(62%, 27%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#203D53
2#1C364A
3#192F41
4#152937
5#12222E
6#0E1B25
7#0B141C
8#070E12
9#040709
Tints
Lighter variations
1#2E5878
2#386C94
3#4380B0
4#5993C0
5#74A5CA
6#90B7D5
7#ACC9DF
8#C8DBEA
9#E3EDF4
Tones
Muted variations
1#26435A
2#294357
3#2C4254
4#2F4251
5#31424E
6#34414B
7#374148
8#3A4145
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 | CFE0 #CFE0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAC8 #AAC8DF | BordersInactive statesPlaceholder text |
| 400 | 7EAB #7EABCE | Disabled statesSecondary iconsMuted text |
| 500 | 5993 #5993C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E77 #3E77A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 315F #315F81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2344 #23445C | Text on light backgroundsHeadingsStrong borders |
| 900 | 162B #162B3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1B #0E1B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FB;
--charcoal-100: #E5EEF5;
--charcoal-200: #CFE0ED;
--charcoal-300: #AAC8DF;
--charcoal-400: #7EABCE;
--charcoal-500: #5993C0;
--charcoal-600: #3E77A3;
--charcoal-700: #315F81;
--charcoal-800: #23445C;
--charcoal-900: #162B3B;
--charcoal-950: #0E1B25;
}