Charcoal
#1E5262
CyanColor Codes
All color formats for development
HEX
#1E5262RGB
rgb(30, 82, 98)HSL
hsl(194, 53%, 25%)OKLCH
oklch(0.411 0.06 221.6)CMYK
cmyk(69%, 16%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B4A58
2#18414E
3#153944
4#12313B
5#0F2931
6#0C2127
7#09191D
8#061014
9#03080A
Tints
Lighter variations
1#276A7F
2#30839C
3#399BB9
4#4FADC9
5#6DBAD2
6#8AC8DB
7#A7D6E4
8#C4E4ED
9#E2F1F6
Tones
Muted variations
1#21505E
2#254E5B
3#284C57
4#2B4B54
5#2F4951
6#32474D
7#36454A
8#394347
9#3C4243
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE7 #CCE7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D5 #A5D5E3 | BordersInactive statesPlaceholder text |
| 400 | 76BF #76BFD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FAD #4FADC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3590 #3590AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A72 #2A7289 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E52 #1E5262 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1334 #13343E | Primary textHigh emphasis contentDark headings |
| 950 | 0C21 #0C2127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFB;
--charcoal-100: #E4F2F7;
--charcoal-200: #CCE7EF;
--charcoal-300: #A5D5E3;
--charcoal-400: #76BFD5;
--charcoal-500: #4FADC9;
--charcoal-600: #3590AC;
--charcoal-700: #2A7289;
--charcoal-800: #1E5262;
--charcoal-900: #13343E;
--charcoal-950: #0C2127;
}