Charcoal
#25255B
BlueColor Codes
All color formats for development
HEX
#25255BRGB
rgb(37, 37, 91)HSL
hsl(240, 42%, 25%)OKLCH
oklch(0.298 0.094 279)CMYK
cmyk(59%, 59%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#212151
2#1E1E48
3#1A1A3F
4#161636
5#12122D
6#0F0F24
7#0B0B1B
8#070712
9#040409
Tints
Lighter variations
1#303076
2#3B3B91
3#4646AC
4#5C5CBC
5#7777C8
6#9292D3
7#AEAEDE
8#C9C9E9
9#E4E4F4
Tones
Muted variations
1#282858
2#2A2A55
3#2D2D52
4#303050
5#32324D
6#35354A
7#383848
8#3A3A45
9#3D3D42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E6 #E6E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D0 #D0D0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACAC #ACACDD | BordersInactive statesPlaceholder text |
| 400 | 8080 #8080CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C5C #5C5CBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4141 #41419F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3434 #34347F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2525 #25255B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1818 #18183A | Primary textHigh emphasis contentDark headings |
| 950 | 0F0F #0F0F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E6E6F5;
--charcoal-200: #D0D0EC;
--charcoal-300: #ACACDD;
--charcoal-400: #8080CB;
--charcoal-500: #5C5CBC;
--charcoal-600: #41419F;
--charcoal-700: #34347F;
--charcoal-800: #25255B;
--charcoal-900: #18183A;
--charcoal-950: #0F0F24;
}