Charcoal
#38537A
BlueColor Codes
All color formats for development
HEX
#38537ARGB
rgb(56, 83, 122)HSL
hsl(215, 37%, 35%)OKLCH
oklch(0.439 0.073 257.5)CMYK
cmyk(54%, 32%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#334B6E
2#2D4362
3#273B56
4#223249
5#1C2A3D
6#162131
7#111925
8#0B1118
9#06080C
Tints
Lighter variations
1#436391
2#4D73A8
3#6084B6
4#7795C0
5#8DA7CB
6#A4B9D5
7#BBCAE0
8#D2DCEA
9#E8EDF5
Tones
Muted variations
1#3C5477
2#3F5574
3#425570
4#45566D
5#49566A
6#4C5766
7#4F5863
8#535860
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 | D2DC #D2DCEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC1 #AFC1DA | BordersInactive statesPlaceholder text |
| 400 | 85A0 #85A0C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6285 #6285B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4769 #47699A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3854 #38547A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 283C #283C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A26 #1A2638 | Primary textHigh emphasis contentDark headings |
| 950 | 1018 #101823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7FA;
--charcoal-100: #E7ECF4;
--charcoal-200: #D2DCEA;
--charcoal-300: #AFC1DA;
--charcoal-400: #85A0C7;
--charcoal-500: #6285B7;
--charcoal-600: #47699A;
--charcoal-700: #38547A;
--charcoal-800: #283C57;
--charcoal-900: #1A2638;
--charcoal-950: #101823;
}