Charcoal
#252D5B
BlueColor Codes
All color formats for development
HEX
#252D5BRGB
rgb(37, 45, 91)HSL
hsl(231, 42%, 25%)OKLCH
oklch(0.316 0.082 273.4)CMYK
cmyk(59%, 51%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#212951
2#1E2448
3#1A203F
4#161B36
5#12172D
6#0F1224
7#0B0E1B
8#070912
9#040509
Tints
Lighter variations
1#303B76
2#3B4891
3#4656AC
4#5C6BBC
5#7783C8
6#929CD3
7#AEB5DE
8#C9CEE9
9#E4E6F4
Tones
Muted variations
1#282F58
2#2A3155
3#2D3352
4#303550
5#32364D
6#35384A
7#383A48
8#3A3C45
9#3D3E42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E8 #E6E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D4 #D0D4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB3 #ACB3DD | BordersInactive statesPlaceholder text |
| 400 | 808C #808CCB | Disabled statesSecondary iconsMuted text |
| 500 | 5C6B #5C6BBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 414F #414F9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 343F #343F7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 252D #252D5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 181D #181D3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F12 #0F1224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E6E8F5;
--charcoal-200: #D0D4EC;
--charcoal-300: #ACB3DD;
--charcoal-400: #808CCB;
--charcoal-500: #5C6BBC;
--charcoal-600: #414F9F;
--charcoal-700: #343F7F;
--charcoal-800: #252D5B;
--charcoal-900: #181D3A;
--charcoal-950: #0F1224;
}