Charcoal
#1A5866
CyanColor Codes
All color formats for development
HEX
#1A5866RGB
rgb(26, 88, 102)HSL
hsl(191, 59%, 25%)OKLCH
oklch(0.428 0.065 216)CMYK
cmyk(75%, 14%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#184F5B
2#154651
3#123D47
4#10353D
5#0D2C33
6#0A2329
7#081A1E
8#051214
9#03090A
Tints
Lighter variations
1#227284
2#2A8CA2
3#32A6C1
4#49B7D0
5#67C3D8
6#85CFE0
7#A4DBE7
8#C2E7EF
9#E1F3F7
Tones
Muted variations
1#1E5562
2#22535E
3#25505A
4#294E56
5#2D4C53
6#31494F
7#34474B
8#384547
9#3C4244
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F4 #E3F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEA #CAEAF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DA #A2DAE7 | BordersInactive statesPlaceholder text |
| 400 | 71C7 #71C7DA | Disabled statesSecondary iconsMuted text |
| 500 | 49B7 #49B7D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E9A #2E9AB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257B #257B8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A58 #1A5865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1138 #113841 | 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: #E3F4F8;
--charcoal-200: #CAEAF1;
--charcoal-300: #A2DAE7;
--charcoal-400: #71C7DA;
--charcoal-500: #49B7D0;
--charcoal-600: #2E9AB2;
--charcoal-700: #257B8E;
--charcoal-800: #1A5865;
--charcoal-900: #113841;
--charcoal-950: #0A2329;
}