Charcoal
#25315B
BlueColor Codes
All color formats for development
HEX
#25315BRGB
rgb(37, 49, 91)HSL
hsl(227, 42%, 25%)OKLCH
oklch(0.325 0.076 269.8)CMYK
cmyk(59%, 46%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#212C51
2#1E2748
3#1A223F
4#161D36
5#12182D
6#0F1324
7#0B0F1B
8#070A12
9#040509
Tints
Lighter variations
1#303F76
2#3B4E91
3#465CAC
4#5C71BC
5#7789C8
6#92A0D3
7#AEB8DE
8#C9D0E9
9#E4E7F4
Tones
Muted variations
1#283258
2#2A3455
3#2D3552
4#303750
5#32384D
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 | ACB6 #ACB6DD | BordersInactive statesPlaceholder text |
| 400 | 8091 #8091CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C71 #5C71BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4155 #41559F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3444 #34447F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2531 #25315B | Text on light backgroundsHeadingsStrong borders |
| 900 | 181F #181F3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F13 #0F1324 | 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: #ACB6DD;
--charcoal-400: #8091CB;
--charcoal-500: #5C71BC;
--charcoal-600: #41559F;
--charcoal-700: #34447F;
--charcoal-800: #25315B;
--charcoal-900: #181F3A;
--charcoal-950: #0F1324;
}