Charcoal
#1A5D66
CyanColor Codes
All color formats for development
HEX
#1A5D66RGB
rgb(26, 93, 102)HSL
hsl(187, 59%, 25%)OKLCH
oklch(0.442 0.066 208)CMYK
cmyk(75%, 9%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18535B
2#154A51
3#124147
4#10383D
5#0D2E33
6#0A2529
7#081C1E
8#051314
9#03090A
Tints
Lighter variations
1#227884
2#2A94A2
3#32B0C1
4#49C0D0
5#67CBD8
6#85D5E0
7#A4E0E7
8#C2EAEF
9#E1F5F7
Tones
Muted variations
1#1E5A62
2#22575E
3#25545A
4#295156
5#2D4E53
6#314B4F
7#34484B
8#384647
9#3C4344
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 | CAED #CAEDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DF #A2DFE7 | BordersInactive statesPlaceholder text |
| 400 | 71CE #71CEDA | Disabled statesSecondary iconsMuted text |
| 500 | 49C0 #49C0D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EA3 #2EA3B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2582 #25828E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5D #1A5D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113B #113B41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A25 #0A2529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FBFC;
--charcoal-100: #E3F5F8;
--charcoal-200: #CAEDF1;
--charcoal-300: #A2DFE7;
--charcoal-400: #71CEDA;
--charcoal-500: #49C0D0;
--charcoal-600: #2EA3B2;
--charcoal-700: #25828E;
--charcoal-800: #1A5D65;
--charcoal-900: #113B41;
--charcoal-950: #0A2529;
}