Charcoal
#1B5F65
CyanColor Codes
All color formats for development
HEX
#1B5F65RGB
rgb(27, 95, 101)HSL
hsl(185, 58%, 25%)OKLCH
oklch(0.447 0.066 203.6)CMYK
cmyk(73%, 6%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18555B
2#154C51
3#134247
4#10393C
5#0D2F32
6#0B2628
7#081C1E
8#051314
9#03090A
Tints
Lighter variations
1#237B83
2#2B97A1
3#33B4BF
4#4AC4CF
5#68CED7
6#86D7DF
7#A4E1E7
8#C3EBEF
9#E1F5F7
Tones
Muted variations
1#1E5B61
2#22585D
3#26555A
4#2A5256
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 | E3F6 #E3F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEE #CBEEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E1 #A2E1E6 | BordersInactive statesPlaceholder text |
| 400 | 72D1 #72D1DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AC4 #4AC4CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FA6 #2FA6B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2584 #25848D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B5F #1B5F65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113D #113D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B26 #0B2628 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FBFC;
--charcoal-100: #E3F6F8;
--charcoal-200: #CBEEF1;
--charcoal-300: #A2E1E6;
--charcoal-400: #72D1DA;
--charcoal-500: #4AC4CF;
--charcoal-600: #2FA6B1;
--charcoal-700: #25848D;
--charcoal-800: #1B5F65;
--charcoal-900: #113D40;
--charcoal-950: #0B2628;
}