Charcoal
#35457E
BlueColor Codes
All color formats for development
HEX
#35457ERGB
rgb(53, 69, 126)HSL
hsl(227, 41%, 35%)OKLCH
oklch(0.407 0.098 269.8)CMYK
cmyk(58%, 45%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F3E71
2#2A3765
3#253058
4#20294C
5#1A223F
6#151B32
7#101526
8#0B0E19
9#05070D
Tints
Lighter variations
1#3E5195
2#485EAD
3#5B70BB
4#7384C4
5#8A99CE
6#A2ADD8
7#B9C2E2
8#D0D6EB
9#E8EBF5
Tones
Muted variations
1#38477A
2#3C4977
3#404B73
4#434D6F
5#474F6C
6#4B5168
7#4E5364
8#525561
9#56575D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D6 #D0D6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB7 #ACB7DC | BordersInactive statesPlaceholder text |
| 400 | 8191 #8191CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D72 #5D72BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4256 #42569E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3545 #35457E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2631 #26315A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181F #181F3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F14 #0F1424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FA;
--charcoal-100: #E6E9F4;
--charcoal-200: #D0D6EB;
--charcoal-300: #ACB7DC;
--charcoal-400: #8191CA;
--charcoal-500: #5D72BB;
--charcoal-600: #42569E;
--charcoal-700: #35457E;
--charcoal-800: #26315A;
--charcoal-900: #181F3A;
--charcoal-950: #0F1424;
}