Charcoal
#1A5865
CyanColor Codes
All color formats for development
HEX
#1A5865RGB
rgb(26, 88, 101)HSL
hsl(190, 59%, 25%)OKLCH
oklch(0.428 0.065 214.6)CMYK
cmyk(74%, 13%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18505B
2#154751
3#123E47
4#10353D
5#0D2C33
6#0A2429
7#081B1E
8#051214
9#03090A
Tints
Lighter variations
1#227384
2#2A8EA2
3#32A9C1
4#49B9D0
5#67C5D8
6#85D1E0
7#A4DCE7
8#C2E8EF
9#E1F3F7
Tones
Muted variations
1#1E5662
2#22545E
3#25515A
4#294F56
5#2D4C53
6#314A4F
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 | CAEB #CAEBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DB #A2DBE7 | BordersInactive statesPlaceholder text |
| 400 | 71C9 #71C9DA | Disabled statesSecondary iconsMuted text |
| 500 | 49B9 #49B9D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E9C #2E9CB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257C #257C8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A59 #1A5965 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1139 #113941 | Primary textHigh emphasis contentDark headings |
| 950 | 0A24 #0A2429 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E3F4F8;
--charcoal-200: #CAEBF1;
--charcoal-300: #A2DBE7;
--charcoal-400: #71C9DA;
--charcoal-500: #49B9D0;
--charcoal-600: #2E9CB2;
--charcoal-700: #257C8E;
--charcoal-800: #1A5965;
--charcoal-900: #113941;
--charcoal-950: #0A2429;
}