Charcoal
#35357E
BlueColor Codes
All color formats for development
HEX
#35357ERGB
rgb(53, 53, 126)HSL
hsl(240, 41%, 35%)OKLCH
oklch(0.373 0.121 278.8)CMYK
cmyk(58%, 58%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F2F71
2#2A2A65
3#252558
4#20204C
5#1A1A3F
6#151532
7#101026
8#0B0B19
9#05050D
Tints
Lighter variations
1#3E3E95
2#4848AD
3#5B5BBB
4#7373C4
5#8A8ACE
6#A2A2D8
7#B9B9E2
8#D0D0EB
9#E8E8F5
Tones
Muted variations
1#38387A
2#3C3C77
3#404073
4#43436F
5#47476C
6#4B4B68
7#4E4E64
8#525261
9#56565D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E6 #E6E6F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D0 #D0D0EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACAC #ACACDC | BordersInactive statesPlaceholder text |
| 400 | 8181 #8181CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D5D #5D5DBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4242 #42429E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3535 #35357E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2626 #26265A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1818 #18183A | Primary textHigh emphasis contentDark headings |
| 950 | 0F0F #0F0F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FA;
--charcoal-100: #E6E6F4;
--charcoal-200: #D0D0EB;
--charcoal-300: #ACACDC;
--charcoal-400: #8181CA;
--charcoal-500: #5D5DBB;
--charcoal-600: #42429E;
--charcoal-700: #35357E;
--charcoal-800: #26265A;
--charcoal-900: #18183A;
--charcoal-950: #0F0F24;
}