Charcoal
#1B5D65
CyanColor Codes
All color formats for development
HEX
#1B5D65RGB
rgb(27, 93, 101)HSL
hsl(186, 58%, 25%)OKLCH
oklch(0.441 0.065 206.7)CMYK
cmyk(73%, 8%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18545B
2#154B51
3#134147
4#10383C
5#0D2F32
6#0B2528
7#081C1E
8#051314
9#03090A
Tints
Lighter variations
1#237983
2#2B95A1
3#33B1BF
4#4AC1CF
5#68CCD7
6#86D6DF
7#A4E0E7
8#C3EAEF
9#E1F5F7
Tones
Muted variations
1#1E5A61
2#22575D
3#26545A
4#2A5156
5#2D4F52
6#314C4F
7#35494B
8#384647
9#3C4343
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 | CBED #CBEDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E0 #A2E0E6 | BordersInactive statesPlaceholder text |
| 400 | 72CF #72CFDA | Disabled statesSecondary iconsMuted text |
| 500 | 4AC1 #4AC1CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FA4 #2FA4B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2583 #25838D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B5D #1B5D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113C #113C40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B25 #0B2528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FBFC;
--charcoal-100: #E3F5F8;
--charcoal-200: #CBEDF1;
--charcoal-300: #A2E0E6;
--charcoal-400: #72CFDA;
--charcoal-500: #4AC1CF;
--charcoal-600: #2FA4B1;
--charcoal-700: #25838D;
--charcoal-800: #1B5D65;
--charcoal-900: #113C40;
--charcoal-950: #0B2528;
}