Charcoal
#1E3262
BlueColor Codes
All color formats for development
HEX
#1E3262RGB
rgb(30, 50, 98)HSL
hsl(222, 53%, 25%)OKLCH
oklch(0.328 0.089 264.9)CMYK
cmyk(69%, 49%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B2D58
2#18284E
3#152344
4#121E3B
5#0F1931
6#0C1427
7#090F1D
8#060A14
9#03050A
Tints
Lighter variations
1#27417F
2#30509C
3#395FB9
4#4F74C9
5#6D8BD2
6#8AA2DB
7#A7B9E4
8#C4D1ED
9#E2E8F6
Tones
Muted variations
1#21345E
2#25355B
3#283657
4#2B3854
5#2F3951
6#323A4D
7#363C4A
8#393D47
9#3C3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD7 #CCD7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B8 #A5B8E3 | BordersInactive statesPlaceholder text |
| 400 | 7693 #7693D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F74 #4F74C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3558 #3558AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A46 #2A4689 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E32 #1E3262 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1320 #13203E | Primary textHigh emphasis contentDark headings |
| 950 | 0C14 #0C1427 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FB;
--charcoal-100: #E4E9F7;
--charcoal-200: #CCD7EF;
--charcoal-300: #A5B8E3;
--charcoal-400: #7693D5;
--charcoal-500: #4F74C9;
--charcoal-600: #3558AC;
--charcoal-700: #2A4689;
--charcoal-800: #1E3262;
--charcoal-900: #13203E;
--charcoal-950: #0C1427;
}