Charcoal
#25325B
BlueColor Codes
All color formats for development
HEX
#25325BRGB
rgb(37, 50, 91)HSL
hsl(226, 42%, 25%)OKLCH
oklch(0.328 0.075 268.8)CMYK
cmyk(59%, 45%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#212D51
2#1E2848
3#1A233F
4#161E36
5#12192D
6#0F1424
7#0B0F1B
8#070A12
9#040509
Tints
Lighter variations
1#304076
2#3B4F91
3#465EAC
4#5C73BC
5#778AC8
6#92A1D3
7#AEB9DE
8#C9D0E9
9#E4E8F4
Tones
Muted variations
1#283358
2#2A3455
3#2D3652
4#303750
5#32394D
6#353A4A
7#383B48
8#3A3D45
9#3D3E42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D6 #D0D6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB7 #ACB7DD | BordersInactive statesPlaceholder text |
| 400 | 8092 #8092CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C73 #5C73BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4157 #41579F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3445 #34457F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2531 #25315B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1820 #18203A | Primary textHigh emphasis contentDark headings |
| 950 | 0F14 #0F1424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E6E9F5;
--charcoal-200: #D0D6EC;
--charcoal-300: #ACB7DD;
--charcoal-400: #8092CB;
--charcoal-500: #5C73BC;
--charcoal-600: #41579F;
--charcoal-700: #34457F;
--charcoal-800: #25315B;
--charcoal-900: #18203A;
--charcoal-950: #0F1424;
}