Charcoal
#1A5665
CyanColor Codes
All color formats for development
HEX
#1A5665RGB
rgb(26, 86, 101)HSL
hsl(192, 59%, 25%)OKLCH
oklch(0.422 0.065 217.9)CMYK
cmyk(74%, 15%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#184E5B
2#154551
3#123C47
4#10343D
5#0D2B33
6#0A2329
7#081A1E
8#051114
9#03090A
Tints
Lighter variations
1#227084
2#2A8AA2
3#32A4C1
4#49B5D0
5#67C1D8
6#85CEE0
7#A4DAE7
8#C2E6EF
9#E1F3F7
Tones
Muted variations
1#1E5462
2#22525E
3#25505A
4#294D56
5#2D4B53
6#31494F
7#34474B
8#384447
9#3C4244
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F3 #E3F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEA #CAEAF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D9 #A2D9E7 | BordersInactive statesPlaceholder text |
| 400 | 71C5 #71C5DA | Disabled statesSecondary iconsMuted text |
| 500 | 49B5 #49B5D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E98 #2E98B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2579 #25798E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A56 #1A5665 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1137 #113741 | Primary textHigh emphasis contentDark headings |
| 950 | 0A23 #0A2329 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E3F3F8;
--charcoal-200: #CAEAF1;
--charcoal-300: #A2D9E7;
--charcoal-400: #71C5DA;
--charcoal-500: #49B5D0;
--charcoal-600: #2E98B2;
--charcoal-700: #25798E;
--charcoal-800: #1A5665;
--charcoal-900: #113741;
--charcoal-950: #0A2329;
}