Charcoal
#2F4483
BlueColor Codes
All color formats for development
HEX
#2F4483RGB
rgb(47, 68, 131)HSL
hsl(225, 47%, 35%)OKLCH
oklch(0.404 0.109 267.5)CMYK
cmyk(64%, 48%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B3D76
2#263769
3#21305C
4#1C294F
5#182242
6#131B34
7#0E1427
8#090E1A
9#05070D
Tints
Lighter variations
1#38519C
2#415EB4
3#5470C2
4#6D84CA
5#8599D3
6#9EADDC
7#B6C2E5
8#CED6ED
9#E7EBF6
Tones
Muted variations
1#33467F
2#38487B
3#3C4B77
4#404D72
5#444F6E
6#48516A
7#4D5366
8#515562
9#55575D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED6 #CED6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B7 #A9B7E0 | BordersInactive statesPlaceholder text |
| 400 | 7C91 #7C91D0 | Disabled statesSecondary iconsMuted text |
| 500 | 5671 #5671C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B56 #3B56A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F44 #2F4483 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2231 #22315E | Text on light backgroundsHeadingsStrong borders |
| 900 | 161F #161F3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E14 #0E1425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E5E9F6;
--charcoal-200: #CED6ED;
--charcoal-300: #A9B7E0;
--charcoal-400: #7C91D0;
--charcoal-500: #5671C2;
--charcoal-600: #3B56A5;
--charcoal-700: #2F4483;
--charcoal-800: #22315E;
--charcoal-900: #161F3C;
--charcoal-950: #0E1425;
}