Charcoal
#2F4783
BlueColor Codes
All color formats for development
HEX
#2F4783RGB
rgb(47, 71, 131)HSL
hsl(223, 47%, 35%)OKLCH
oklch(0.411 0.105 265.6)CMYK
cmyk(64%, 46%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B4076
2#263969
3#21325C
4#1C2B4F
5#182442
6#131C34
7#0E1527
8#090E1A
9#05070D
Tints
Lighter variations
1#38549C
2#4161B4
3#5473C2
4#6D87CA
5#859BD3
6#9EAFDC
7#B6C3E5
8#CED7ED
9#E7EBF6
Tones
Muted variations
1#33497F
2#384B7B
3#3C4D77
4#404E72
5#44506E
6#48526A
7#4D5466
8#515662
9#55575D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EA #E5EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED7 #CED7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B8 #A9B8E0 | BordersInactive statesPlaceholder text |
| 400 | 7C94 #7C94D0 | Disabled statesSecondary iconsMuted text |
| 500 | 5675 #5675C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B59 #3B59A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F47 #2F4783 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2233 #22335E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1620 #16203C | 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: #E5EAF6;
--charcoal-200: #CED7ED;
--charcoal-300: #A9B8E0;
--charcoal-400: #7C94D0;
--charcoal-500: #5675C2;
--charcoal-600: #3B59A5;
--charcoal-700: #2F4783;
--charcoal-800: #22335E;
--charcoal-900: #16203C;
--charcoal-950: #0E1425;
}