Charcoal
#35367E
BlueColor Codes
All color formats for development
HEX
#35367ERGB
rgb(53, 54, 126)HSL
hsl(239, 41%, 35%)OKLCH
oklch(0.375 0.119 278.4)CMYK
cmyk(58%, 57%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F3071
2#2A2B65
3#252658
4#20204C
5#1A1B3F
6#151632
7#101026
8#0B0B19
9#05050D
Tints
Lighter variations
1#3E4095
2#484AAD
3#5B5DBB
4#7374C4
5#8A8BCE
6#A2A2D8
7#B9BAE2
8#D0D1EB
9#E8E8F5
Tones
Muted variations
1#38397A
2#3C3D77
3#404073
4#43446F
5#47486C
6#4B4B68
7#4E4F64
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 | D0D1 #D0D1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACAD #ACADDC | BordersInactive statesPlaceholder text |
| 400 | 8182 #8182CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D5F #5D5FBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4244 #42449E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3536 #35367E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2626 #26265A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1819 #18193A | 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: #D0D1EB;
--charcoal-300: #ACADDC;
--charcoal-400: #8182CA;
--charcoal-500: #5D5FBB;
--charcoal-600: #42449E;
--charcoal-700: #35367E;
--charcoal-800: #26265A;
--charcoal-900: #18193A;
--charcoal-950: #0F0F24;
}