Charcoal
#25265B
BlueColor Codes
All color formats for development
HEX
#25265BRGB
rgb(37, 38, 91)HSL
hsl(239, 42%, 25%)OKLCH
oklch(0.3 0.093 278.4)CMYK
cmyk(59%, 58%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#212251
2#1E1E48
3#1A1B3F
4#161736
5#12132D
6#0F0F24
7#0B0B1B
8#070812
9#040409
Tints
Lighter variations
1#303176
2#3B3D91
3#4648AC
4#5C5EBC
5#7779C8
6#9293D3
7#AEAEDE
8#C9C9E9
9#E4E4F4
Tones
Muted variations
1#282858
2#2A2B55
3#2D2E52
4#303050
5#32334D
6#35354A
7#383848
8#3A3B45
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 | ACAD #ACADDD | BordersInactive statesPlaceholder text |
| 400 | 8082 #8082CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C5E #5C5EBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4143 #41439F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3435 #34357F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2526 #25265B | 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: #ACADDD;
--charcoal-400: #8082CB;
--charcoal-500: #5C5EBC;
--charcoal-600: #41439F;
--charcoal-700: #34357F;
--charcoal-800: #25265B;
--charcoal-900: #18183A;
--charcoal-950: #0F0F24;
}