Charcoal
#38567A
BlueColor Codes
All color formats for development
HEX
#38567ARGB
rgb(56, 86, 122)HSL
hsl(213, 37%, 35%)OKLCH
oklch(0.446 0.07 253.7)CMYK
cmyk(54%, 30%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#334D6E
2#2D4562
3#273C56
4#223449
5#1C2B3D
6#162231
7#111A25
8#0B1118
9#06090C
Tints
Lighter variations
1#436691
2#4D76A8
3#6087B6
4#7798C0
5#8DA9CB
6#A4BAD5
7#BBCBE0
8#D2DDEA
9#E8EEF5
Tones
Muted variations
1#3C5677
2#3F5774
3#425770
4#45576D
5#49586A
6#4C5866
7#4F5863
8#535960
9#56595D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EC #E7ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DD #D2DDEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC2 #AFC2DA | BordersInactive statesPlaceholder text |
| 400 | 85A2 #85A2C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6288 #6288B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 476C #476C9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3856 #38567A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 283D #283D57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A27 #1A2738 | Primary textHigh emphasis contentDark headings |
| 950 | 1019 #101923 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7FA;
--charcoal-100: #E7ECF4;
--charcoal-200: #D2DDEA;
--charcoal-300: #AFC2DA;
--charcoal-400: #85A2C7;
--charcoal-500: #6288B7;
--charcoal-600: #476C9A;
--charcoal-700: #38567A;
--charcoal-800: #283D57;
--charcoal-900: #1A2738;
--charcoal-950: #101923;
}