Charcoal
#35487E
BlueColor Codes
All color formats for development
HEX
#35487ERGB
rgb(53, 72, 126)HSL
hsl(224, 41%, 35%)OKLCH
oklch(0.414 0.094 267.6)CMYK
cmyk(58%, 43%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F4171
2#2A3A65
3#253358
4#202B4C
5#1A243F
6#151D32
7#101626
8#0B0E19
9#05070D
Tints
Lighter variations
1#3E5695
2#4863AD
3#5B75BB
4#7389C4
5#8A9CCE
6#A2B0D8
7#B9C4E2
8#D0D8EB
9#E8EBF5
Tones
Muted variations
1#384A7A
2#3C4C77
3#404D73
4#434F6F
5#47516C
6#4B5268
7#4E5464
8#525661
9#56585D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D8 #D0D8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB9 #ACB9DC | BordersInactive statesPlaceholder text |
| 400 | 8195 #8195CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D76 #5D76BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 425B #425B9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3548 #35487E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2634 #26345A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1821 #18213A | Primary textHigh emphasis contentDark headings |
| 950 | 0F15 #0F1524 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FA;
--charcoal-100: #E6EAF4;
--charcoal-200: #D0D8EB;
--charcoal-300: #ACB9DC;
--charcoal-400: #8195CA;
--charcoal-500: #5D76BB;
--charcoal-600: #425B9E;
--charcoal-700: #35487E;
--charcoal-800: #26345A;
--charcoal-900: #18213A;
--charcoal-950: #0F1524;
}