Charcoal
#1B6165
CyanColor Codes
All color formats for development
HEX
#1B6165RGB
rgb(27, 97, 101)HSL
hsl(183, 58%, 25%)OKLCH
oklch(0.452 0.067 200.6)CMYK
cmyk(73%, 4%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18575B
2#154E51
3#134447
4#103A3C
5#0D3132
6#0B2728
7#081D1E
8#051314
9#030A0A
Tints
Lighter variations
1#237E83
2#2B9BA1
3#33B8BF
4#4AC8CF
5#68D1D7
6#86DADF
7#A4E4E7
8#C3EDEF
9#E1F6F7
Tones
Muted variations
1#1E5E61
2#225A5D
3#26575A
4#2A5456
5#2D5052
6#314D4F
7#354A4B
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 | CBEF #CBEFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E3 #A2E3E6 | BordersInactive statesPlaceholder text |
| 400 | 72D4 #72D4DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AC8 #4AC8CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FAB #2FABB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2588 #25888D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B61 #1B6165 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113E #113E40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B27 #0B2728 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FBFC;
--charcoal-100: #E3F6F8;
--charcoal-200: #CBEFF1;
--charcoal-300: #A2E3E6;
--charcoal-400: #72D4DA;
--charcoal-500: #4AC8CF;
--charcoal-600: #2FABB1;
--charcoal-700: #25888D;
--charcoal-800: #1B6165;
--charcoal-900: #113E40;
--charcoal-950: #0B2728;
}