Charcoal
#35477E
BlueColor Codes
All color formats for development
HEX
#35477ERGB
rgb(53, 71, 126)HSL
hsl(225, 41%, 35%)OKLCH
oklch(0.411 0.095 268.4)CMYK
cmyk(58%, 44%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F4071
2#2A3965
3#253258
4#202B4C
5#1A233F
6#151C32
7#101526
8#0B0E19
9#05070D
Tints
Lighter variations
1#3E5495
2#4861AD
3#5B73BB
4#7387C4
5#8A9BCE
6#A2AFD8
7#B9C3E2
8#D0D7EB
9#E8EBF5
Tones
Muted variations
1#38497A
2#3C4B77
3#404C73
4#434E6F
5#47506C
6#4B5268
7#4E5464
8#525661
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 | 8193 #8193CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D75 #5D75BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4259 #42599E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3547 #35477E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2633 #26335A | 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: #8193CA;
--charcoal-500: #5D75BB;
--charcoal-600: #42599E;
--charcoal-700: #35477E;
--charcoal-800: #26335A;
--charcoal-900: #18203A;
--charcoal-950: #0F1424;
}