Charcoal
#35377E
BlueColor Codes
All color formats for development
HEX
#35377ERGB
rgb(53, 55, 126)HSL
hsl(238, 41%, 35%)OKLCH
oklch(0.377 0.118 277.9)CMYK
cmyk(58%, 56%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F3271
2#2A2C65
3#252758
4#20214C
5#1A1C3F
6#151632
7#101126
8#0B0B19
9#05060D
Tints
Lighter variations
1#3E4195
2#484CAD
3#5B5FBB
4#7375C4
5#8A8CCE
6#A2A3D8
7#B9BAE2
8#D0D1EB
9#E8E8F5
Tones
Muted variations
1#383B7A
2#3C3E77
3#404173
4#43456F
5#47486C
6#4B4C68
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 | ACAE #ACAEDC | BordersInactive statesPlaceholder text |
| 400 | 8184 #8184CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D60 #5D60BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4245 #42459E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3537 #35377E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2627 #26275A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1819 #18193A | Primary textHigh emphasis contentDark headings |
| 950 | 0F10 #0F1024 | 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: #ACAEDC;
--charcoal-400: #8184CA;
--charcoal-500: #5D60BB;
--charcoal-600: #42459E;
--charcoal-700: #35377E;
--charcoal-800: #26275A;
--charcoal-900: #18193A;
--charcoal-950: #0F1024;
}