Charcoal
#35437E
BlueColor Codes
All color formats for development
HEX
#35437ERGB
rgb(53, 67, 126)HSL
hsl(228, 41%, 35%)OKLCH
oklch(0.402 0.1 271.2)CMYK
cmyk(58%, 47%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F3D71
2#2A3665
3#252F58
4#20284C
5#1A223F
6#151B32
7#101426
8#0B0D19
9#05070D
Tints
Lighter variations
1#3E5095
2#485CAD
3#5B6EBB
4#7383C4
5#8A98CE
6#A2ACD8
7#B9C1E2
8#D0D6EB
9#E8EAF5
Tones
Muted variations
1#38457A
2#3C4877
3#404A73
4#434C6F
5#474E6C
6#4B5068
7#4E5364
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 | D0D6 #D0D6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB6 #ACB6DC | BordersInactive statesPlaceholder text |
| 400 | 8190 #8190CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D70 #5D70BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4255 #42559E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3543 #35437E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2630 #26305A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181F #181F3A | 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: #D0D6EB;
--charcoal-300: #ACB6DC;
--charcoal-400: #8190CA;
--charcoal-500: #5D70BB;
--charcoal-600: #42559E;
--charcoal-700: #35437E;
--charcoal-800: #26305A;
--charcoal-900: #181F3A;
--charcoal-950: #0F1324;
}