Charcoal
#24265B
BlueColor Codes
All color formats for development
HEX
#24265BRGB
rgb(36, 38, 91)HSL
hsl(238, 43%, 25%)OKLCH
oklch(0.3 0.093 277.6)CMYK
cmyk(60%, 58%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#212252
2#1D1F49
3#191B40
4#161737
5#12132E
6#0F0F24
7#0B0B1B
8#070812
9#040409
Tints
Lighter variations
1#2F3277
2#3A3D92
3#4549AD
4#5B5EBE
5#7679C8
6#9294D3
7#ADAFDE
8#C8C9E9
9#E4E4F4
Tones
Muted variations
1#272958
2#2A2B56
3#2D2E53
4#2F3050
5#32334D
6#35364B
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 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D1 #D0D1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAD #ABADDE | BordersInactive statesPlaceholder text |
| 400 | 7F82 #7F82CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B5E #5B5EBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4043 #4043A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3335 #333580 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2426 #24265B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1718 #17183A | 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: #E5E6F5;
--charcoal-200: #D0D1EC;
--charcoal-300: #ABADDE;
--charcoal-400: #7F82CC;
--charcoal-500: #5B5EBE;
--charcoal-600: #4043A0;
--charcoal-700: #333580;
--charcoal-800: #24265B;
--charcoal-900: #17183A;
--charcoal-950: #0F0F24;
}