Charcoal
#38477A
BlueColor Codes
All color formats for development
HEX
#38477ARGB
rgb(56, 71, 122)HSL
hsl(226, 37%, 35%)OKLCH
oklch(0.411 0.088 269.9)CMYK
cmyk(54%, 42%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33406E
2#2D3962
3#273256
4#222B49
5#1C243D
6#161D31
7#111525
8#0B0E18
9#06070C
Tints
Lighter variations
1#435591
2#4D62A8
3#6074B6
4#7788C0
5#8D9CCB
6#A4B0D5
7#BBC3E0
8#D2D7EA
9#E8EBF5
Tones
Muted variations
1#3C4977
2#3F4B74
3#424D70
4#454F6D
5#49506A
6#4C5266
7#4F5463
8#535660
9#56575D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EA #E7EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D7 #D2D7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB9 #AFB9DA | BordersInactive statesPlaceholder text |
| 400 | 8594 #8594C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6276 #6276B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 475A #475A9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3848 #38487A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2833 #283357 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A21 #1A2138 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E7EAF4;
--charcoal-200: #D2D7EA;
--charcoal-300: #AFB9DA;
--charcoal-400: #8594C7;
--charcoal-500: #6276B7;
--charcoal-600: #475A9A;
--charcoal-700: #38487A;
--charcoal-800: #283357;
--charcoal-900: #1A2138;
--charcoal-950: #101423;
}