Charcoal
#23325C
BlueColor Codes
All color formats for development
HEX
#23325CRGB
rgb(35, 50, 92)HSL
hsl(224, 45%, 25%)OKLCH
oklch(0.327 0.077 267.3)CMYK
cmyk(62%, 46%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202D53
2#1C284A
3#192341
4#151E37
5#12192E
6#0E1425
7#0B0F1C
8#070A12
9#040509
Tints
Lighter variations
1#2E4178
2#385194
3#4360B0
4#5974C0
5#748BCA
6#90A2D5
7#ACBADF
8#C8D1EA
9#E3E8F4
Tones
Muted variations
1#26345A
2#293557
3#2C3654
4#2F3851
5#31394E
6#343A4B
7#373C48
8#3A3D45
9#3D3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD7 #CFD7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAB8 #AAB8DF | BordersInactive statesPlaceholder text |
| 400 | 7E93 #7E93CE | Disabled statesSecondary iconsMuted text |
| 500 | 5974 #5974C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E59 #3E59A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3147 #314781 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2332 #23325C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1620 #16203B | Primary textHigh emphasis contentDark headings |
| 950 | 0E14 #0E1425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E5E9F5;
--charcoal-200: #CFD7ED;
--charcoal-300: #AAB8DF;
--charcoal-400: #7E93CE;
--charcoal-500: #5974C0;
--charcoal-600: #3E59A3;
--charcoal-700: #314781;
--charcoal-800: #23325C;
--charcoal-900: #16203B;
--charcoal-950: #0E1425;
}