Charcoal
#1A5565
CyanColor Codes
All color formats for development
HEX
#1A5565RGB
rgb(26, 85, 101)HSL
hsl(193, 59%, 25%)OKLCH
oklch(0.419 0.065 219.5)CMYK
cmyk(74%, 16%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#184D5B
2#154451
3#123C47
4#10333D
5#0D2B33
6#0A2229
7#081A1E
8#051114
9#03090A
Tints
Lighter variations
1#226F84
2#2A88A2
3#32A2C1
4#49B3D0
5#67BFD8
6#85CCE0
7#A4D9E7
8#C2E6EF
9#E1F2F7
Tones
Muted variations
1#1E5362
2#22515E
3#254F5A
4#294D56
5#2D4A53
6#31484F
7#34464B
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 | CAE9 #CAE9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D8 #A2D8E7 | BordersInactive statesPlaceholder text |
| 400 | 71C4 #71C4DA | Disabled statesSecondary iconsMuted text |
| 500 | 49B3 #49B3D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E96 #2E96B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2577 #25778E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A55 #1A5565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1136 #113641 | Primary textHigh emphasis contentDark headings |
| 950 | 0A22 #0A2229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E3F3F8;
--charcoal-200: #CAE9F1;
--charcoal-300: #A2D8E7;
--charcoal-400: #71C4DA;
--charcoal-500: #49B3D0;
--charcoal-600: #2E96B2;
--charcoal-700: #25778E;
--charcoal-800: #1A5565;
--charcoal-900: #113641;
--charcoal-950: #0A2229;
}