Charcoal
#24365B
BlueColor Codes
All color formats for development
HEX
#24365BRGB
rgb(36, 54, 91)HSL
hsl(220, 43%, 25%)OKLCH
oklch(0.337 0.07 263.5)CMYK
cmyk(60%, 41%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#213152
2#1D2C49
3#192640
4#162137
5#121B2E
6#0F1624
7#0B101B
8#070B12
9#040509
Tints
Lighter variations
1#2F4777
2#3A5792
3#4568AD
4#5B7CBE
5#7692C8
6#92A8D3
7#ADBDDE
8#C8D3E9
9#E4E9F4
Tones
Muted variations
1#273858
2#2A3856
3#2D3953
4#2F3A50
5#323B4D
6#353C4B
7#383D48
8#3A3E45
9#3D3F42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EB #E5EBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D9 #D0D9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBC #ABBCDE | BordersInactive statesPlaceholder text |
| 400 | 7F99 #7F99CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B7C #5B7CBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4060 #4060A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 334C #334C80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2437 #24375B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1723 #17233A | Primary textHigh emphasis contentDark headings |
| 950 | 0F16 #0F1624 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E5EBF5;
--charcoal-200: #D0D9EC;
--charcoal-300: #ABBCDE;
--charcoal-400: #7F99CC;
--charcoal-500: #5B7CBE;
--charcoal-600: #4060A0;
--charcoal-700: #334C80;
--charcoal-800: #24375B;
--charcoal-900: #17233A;
--charcoal-950: #0F1624;
}