Charcoal
#354D7E
BlueColor Codes
All color formats for development
HEX
#354D7ERGB
rgb(53, 77, 126)HSL
hsl(220, 41%, 35%)OKLCH
oklch(0.425 0.087 263.4)CMYK
cmyk(58%, 39%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F4571
2#2A3E65
3#253658
4#202E4C
5#1A273F
6#151F32
7#101726
8#0B0F19
9#05080D
Tints
Lighter variations
1#3E5B95
2#486AAD
3#5B7BBB
4#738EC4
5#8AA1CE
6#A2B4D8
7#B9C6E2
8#D0D9EB
9#E8ECF5
Tones
Muted variations
1#384E7A
2#3C4F77
3#405173
4#43526F
5#47536C
6#4B5468
7#4E5664
8#525761
9#56585D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D9 #D0D9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBC #ACBCDC | BordersInactive statesPlaceholder text |
| 400 | 819A #819ACA | Disabled statesSecondary iconsMuted text |
| 500 | 5D7D #5D7DBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4261 #42619E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 354D #354D7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2637 #26375A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1823 #18233A | Primary textHigh emphasis contentDark headings |
| 950 | 0F16 #0F1624 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FA;
--charcoal-100: #E6EBF4;
--charcoal-200: #D0D9EB;
--charcoal-300: #ACBCDC;
--charcoal-400: #819ACA;
--charcoal-500: #5D7DBB;
--charcoal-600: #42619E;
--charcoal-700: #354D7E;
--charcoal-800: #26375A;
--charcoal-900: #18233A;
--charcoal-950: #0F1624;
}