Charcoal
#1A5B65
CyanColor Codes
All color formats for development
HEX
#1A5B65RGB
rgb(26, 91, 101)HSL
hsl(188, 59%, 25%)OKLCH
oklch(0.436 0.065 209.7)CMYK
cmyk(74%, 10%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18525B
2#154951
3#124047
4#10373D
5#0D2E33
6#0A2529
7#081B1E
8#051214
9#03090A
Tints
Lighter variations
1#227784
2#2A92A2
3#32AEC1
4#49BED0
5#67C9D8
6#85D4E0
7#A4DEE7
8#C2E9EF
9#E1F4F7
Tones
Muted variations
1#1E5962
2#22565E
3#25535A
4#295056
5#2D4E53
6#314B4F
7#34484B
8#384547
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 | CAEC #CAECF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DE #A2DEE7 | BordersInactive statesPlaceholder text |
| 400 | 71CC #71CCDA | Disabled statesSecondary iconsMuted text |
| 500 | 49BE #49BED0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EA1 #2EA1B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2580 #25808E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A5B #1A5B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113A #113A41 | 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: #CAECF1;
--charcoal-300: #A2DEE7;
--charcoal-400: #71CCDA;
--charcoal-500: #49BED0;
--charcoal-600: #2EA1B2;
--charcoal-700: #25808E;
--charcoal-800: #1A5B65;
--charcoal-900: #113A41;
--charcoal-950: #0A2529;
}