Charcoal
#1D2A62
BlueColor Codes
All color formats for development
HEX
#1D2A62RGB
rgb(29, 42, 98)HSL
hsl(229, 54%, 25%)OKLCH
oklch(0.309 0.1 269.8)CMYK
cmyk(70%, 57%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A2658
2#17224F
3#151D45
4#12193B
5#0F1531
6#0C1127
7#090D1D
8#060814
9#03040A
Tints
Lighter variations
1#263780
2#2F439D
3#3850BB
4#4E65CA
5#6C7FD3
6#8998DC
7#A7B2E5
8#C4CCED
9#E2E5F6
Tones
Muted variations
1#212C5F
2#242E5B
3#283058
4#2B3354
5#2F3551
6#32374E
7#35394A
8#393B47
9#3C3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD3 #CCD3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B0 #A5B0E4 | BordersInactive statesPlaceholder text |
| 400 | 7687 #7687D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E65 #4E65CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 344A #344AAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 293B #293B89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D2A #1D2A62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131B #131B3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C11 #0C1127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FB;
--charcoal-100: #E4E7F7;
--charcoal-200: #CCD3F0;
--charcoal-300: #A5B0E4;
--charcoal-400: #7687D6;
--charcoal-500: #4E65CA;
--charcoal-600: #344AAD;
--charcoal-700: #293B89;
--charcoal-800: #1D2A62;
--charcoal-900: #131B3F;
--charcoal-950: #0C1127;
}