Charcoal
#35467E
BlueColor Codes
All color formats for development
HEX
#35467ERGB
rgb(53, 70, 126)HSL
hsl(226, 41%, 35%)OKLCH
oklch(0.409 0.096 269.1)CMYK
cmyk(58%, 44%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F3F71
2#2A3865
3#253158
4#202A4C
5#1A233F
6#151C32
7#101526
8#0B0E19
9#05070D
Tints
Lighter variations
1#3E5395
2#4860AD
3#5B72BB
4#7386C4
5#8A9ACE
6#A2AED8
7#B9C2E2
8#D0D7EB
9#E8EBF5
Tones
Muted variations
1#38487A
2#3C4A77
3#404C73
4#434E6F
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 | D0D7 #D0D7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB8 #ACB8DC | BordersInactive statesPlaceholder text |
| 400 | 8192 #8192CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D73 #5D73BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4258 #42589E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3546 #35467E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2632 #26325A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1820 #18203A | 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: #D0D7EB;
--charcoal-300: #ACB8DC;
--charcoal-400: #8192CA;
--charcoal-500: #5D73BB;
--charcoal-600: #42589E;
--charcoal-700: #35467E;
--charcoal-800: #26325A;
--charcoal-900: #18203A;
--charcoal-950: #0F1424;
}