Charcoal
#354B7E
BlueColor Codes
All color formats for development
HEX
#354B7ERGB
rgb(53, 75, 126)HSL
hsl(222, 41%, 35%)OKLCH
oklch(0.42 0.09 265.2)CMYK
cmyk(58%, 40%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F4371
2#2A3C65
3#253458
4#202D4C
5#1A253F
6#151E32
7#101626
8#0B0F19
9#05070D
Tints
Lighter variations
1#3E5895
2#4866AD
3#5B78BB
4#738BC4
5#8A9FCE
6#A2B2D8
7#B9C5E2
8#D0D8EB
9#E8ECF5
Tones
Muted variations
1#384C7A
2#3C4E77
3#404F73
4#43506F
5#47526C
6#4B5368
7#4E5564
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 | ACBB #ACBBDC | BordersInactive statesPlaceholder text |
| 400 | 8197 #8197CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D79 #5D79BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 425E #425E9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 354B #354B7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2635 #26355A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1822 #18223A | 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: #ACBBDC;
--charcoal-400: #8197CA;
--charcoal-500: #5D79BB;
--charcoal-600: #425E9E;
--charcoal-700: #354B7E;
--charcoal-800: #26355A;
--charcoal-900: #18223A;
--charcoal-950: #0F1524;
}