Charcoal
#25295B
BlueColor Codes
All color formats for development
HEX
#25295BRGB
rgb(37, 41, 91)HSL
hsl(236, 42%, 25%)OKLCH
oklch(0.307 0.088 276.4)CMYK
cmyk(59%, 55%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#212451
2#1E2048
3#1A1C3F
4#161836
5#12142D
6#0F1024
7#0B0C1B
8#070812
9#040409
Tints
Lighter variations
1#303576
2#3B4191
3#464DAC
4#5C62BC
5#777DC8
6#9297D3
7#AEB1DE
8#C9CBE9
9#E4E5F4
Tones
Muted variations
1#282B58
2#2A2D55
3#2D3052
4#303250
5#32344D
6#35364A
7#383948
8#3A3B45
9#3D3D42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D2 #D0D2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACAF #ACAFDD | BordersInactive statesPlaceholder text |
| 400 | 8085 #8085CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C62 #5C62BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4147 #41479F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3439 #34397F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2529 #25295B | Text on light backgroundsHeadingsStrong borders |
| 900 | 181A #181A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F10 #0F1024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E6E7F5;
--charcoal-200: #D0D2EC;
--charcoal-300: #ACAFDD;
--charcoal-400: #8085CB;
--charcoal-500: #5C62BC;
--charcoal-600: #41479F;
--charcoal-700: #34397F;
--charcoal-800: #25295B;
--charcoal-900: #181A3A;
--charcoal-950: #0F1024;
}