Charcoal
#1A5A65
CyanColor Codes
All color formats for development
HEX
#1A5A65RGB
rgb(26, 90, 101)HSL
hsl(189, 59%, 25%)OKLCH
oklch(0.433 0.065 211.4)CMYK
cmyk(74%, 11%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18515B
2#154851
3#123F47
4#10363D
5#0D2D33
6#0A2429
7#081B1E
8#051214
9#03090A
Tints
Lighter variations
1#227584
2#2A90A2
3#32ABC1
4#49BCD0
5#67C7D8
6#85D2E0
7#A4DDE7
8#C2E9EF
9#E1F4F7
Tones
Muted variations
1#1E5762
2#22555E
3#25525A
4#295056
5#2D4D53
6#314A4F
7#34484B
8#384547
9#3C4244
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F5 #E3F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAEC #CAECF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DD #A2DDE7 | BordersInactive statesPlaceholder text |
| 400 | 71CB #71CBDA | Disabled statesSecondary iconsMuted text |
| 500 | 49BC #49BCD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E9F #2E9FB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257E #257E8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5A #1A5A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113A #113A41 | 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: #F3FBFC;
--charcoal-100: #E3F5F8;
--charcoal-200: #CAECF1;
--charcoal-300: #A2DDE7;
--charcoal-400: #71CBDA;
--charcoal-500: #49BCD0;
--charcoal-600: #2E9FB2;
--charcoal-700: #257E8E;
--charcoal-800: #1A5A65;
--charcoal-900: #113A41;
--charcoal-950: #0A2429;
}