Charcoal
#35407E
BlueColor Codes
All color formats for development
HEX
#35407ERGB
rgb(53, 64, 126)HSL
hsl(231, 41%, 35%)OKLCH
oklch(0.396 0.105 273.1)CMYK
cmyk(58%, 49%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F3971
2#2A3365
3#252D58
4#20264C
5#1A203F
6#151932
7#101326
8#0B0D19
9#05060D
Tints
Lighter variations
1#3E4B95
2#4857AD
3#5B6ABB
4#737FC4
5#8A94CE
6#A2AAD8
7#B9BFE2
8#D0D4EB
9#E8EAF5
Tones
Muted variations
1#38427A
2#3C4577
3#404773
4#434A6F
5#474C6C
6#4B4F68
7#4E5264
8#525461
9#56575D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E8 #E6E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D4 #D0D4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB4 #ACB4DC | BordersInactive statesPlaceholder text |
| 400 | 818C #818CCA | Disabled statesSecondary iconsMuted text |
| 500 | 5D6B #5D6BBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4250 #42509E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3540 #35407E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262D #262D5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181D #181D3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F12 #0F1224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FA;
--charcoal-100: #E6E8F4;
--charcoal-200: #D0D4EB;
--charcoal-300: #ACB4DC;
--charcoal-400: #818CCA;
--charcoal-500: #5D6BBB;
--charcoal-600: #42509E;
--charcoal-700: #35407E;
--charcoal-800: #262D5A;
--charcoal-900: #181D3A;
--charcoal-950: #0F1224;
}