Charcoal
#38507A
BlueColor Codes
All color formats for development
HEX
#38507ARGB
rgb(56, 80, 122)HSL
hsl(218, 37%, 35%)OKLCH
oklch(0.432 0.076 261.1)CMYK
cmyk(54%, 34%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33486E
2#2D4062
3#273856
4#223049
5#1C283D
6#162031
7#111825
8#0B1018
9#06080C
Tints
Lighter variations
1#435F91
2#4D6EA8
3#6080B6
4#7792C0
5#8DA4CB
6#A4B6D5
7#BBC8E0
8#D2DBEA
9#E8EDF5
Tones
Muted variations
1#3C5177
2#3F5274
3#425370
4#45546D
5#49556A
6#4C5666
7#4F5763
8#535760
9#56585D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EB #E7EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DB #D2DBEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBF #AFBFDA | BordersInactive statesPlaceholder text |
| 400 | 859D #859DC7 | Disabled statesSecondary iconsMuted text |
| 500 | 6281 #6281B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4765 #47659A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3850 #38507A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2839 #283957 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A25 #1A2538 | Primary textHigh emphasis contentDark headings |
| 950 | 1017 #101723 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7FA;
--charcoal-100: #E7EBF4;
--charcoal-200: #D2DBEA;
--charcoal-300: #AFBFDA;
--charcoal-400: #859DC7;
--charcoal-500: #6281B7;
--charcoal-600: #47659A;
--charcoal-700: #38507A;
--charcoal-800: #283957;
--charcoal-900: #1A2538;
--charcoal-950: #101723;
}