Charcoal
#34477F
BlueColor Codes
All color formats for development
HEX
#34477FRGB
rgb(52, 71, 127)HSL
hsl(225, 42%, 35%)OKLCH
oklch(0.411 0.097 267.9)CMYK
cmyk(59%, 44%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F3F72
2#293865
3#243159
4#1F2A4C
5#1A233F
6#151C33
7#101526
8#0A0E19
9#05070D
Tints
Lighter variations
1#3D5496
2#4761AE
3#5A73BC
4#7287C5
5#899BCF
6#A1AFD9
7#B8C3E2
8#D0D7EC
9#E7EBF5
Tones
Muted variations
1#38487B
2#3B4A77
3#3F4C73
4#434E70
5#47506C
6#4A5268
7#4E5464
8#525661
9#56575D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D7 #D0D7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB8 #ACB8DD | BordersInactive statesPlaceholder text |
| 400 | 8093 #8093CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C74 #5C74BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4159 #41599F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3447 #34477F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2532 #25325B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1820 #18203A | Primary textHigh emphasis contentDark headings |
| 950 | 0F14 #0F1424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E6E9F5;
--charcoal-200: #D0D7EC;
--charcoal-300: #ACB8DD;
--charcoal-400: #8093CB;
--charcoal-500: #5C74BC;
--charcoal-600: #41599F;
--charcoal-700: #34477F;
--charcoal-800: #25325B;
--charcoal-900: #18203A;
--charcoal-950: #0F1424;
}