Charcoal
#35427E
BlueColor Codes
All color formats for development
HEX
#35427ERGB
rgb(53, 66, 126)HSL
hsl(229, 41%, 35%)OKLCH
oklch(0.4 0.102 271.9)CMYK
cmyk(58%, 48%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F3B71
2#2A3565
3#252E58
4#20284C
5#1A213F
6#151A32
7#101426
8#0B0D19
9#05070D
Tints
Lighter variations
1#3E4E95
2#485BAD
3#5B6DBB
4#7382C4
5#8A97CE
6#A2ABD8
7#B9C0E2
8#D0D5EB
9#E8EAF5
Tones
Muted variations
1#38447A
2#3C4777
3#404973
4#434B6F
5#474E6C
6#4B5068
7#4E5264
8#525561
9#56575D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D5 #D0D5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB5 #ACB5DC | BordersInactive statesPlaceholder text |
| 400 | 818F #818FCA | Disabled statesSecondary iconsMuted text |
| 500 | 5D6E #5D6EBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4253 #42539E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3542 #35427E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262F #262F5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181E #181E3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F13 #0F1324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FA;
--charcoal-100: #E6E9F4;
--charcoal-200: #D0D5EB;
--charcoal-300: #ACB5DC;
--charcoal-400: #818FCA;
--charcoal-500: #5D6EBB;
--charcoal-600: #42539E;
--charcoal-700: #35427E;
--charcoal-800: #262F5A;
--charcoal-900: #181E3A;
--charcoal-950: #0F1324;
}