Charcoal
#1B5665
CyanColor Codes
All color formats for development
HEX
#1B5665RGB
rgb(27, 86, 101)HSL
hsl(192, 58%, 25%)OKLCH
oklch(0.422 0.064 218.1)CMYK
cmyk(73%, 15%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#184D5B
2#154551
3#133C47
4#10343C
5#0D2B32
6#0B2228
7#081A1E
8#051114
9#03090A
Tints
Lighter variations
1#237083
2#2B89A1
3#33A3BF
4#4AB4CF
5#68C1D7
6#86CDDF
7#A4DAE7
8#C3E6EF
9#E1F3F7
Tones
Muted variations
1#1E5461
2#22515D
3#264F5A
4#2A4D56
5#2D4B52
6#31494F
7#35464B
8#384447
9#3C4243
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F3 #E3F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE9 #CBE9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D9 #A2D9E6 | BordersInactive statesPlaceholder text |
| 400 | 72C5 #72C5DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AB4 #4AB4CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F97 #2F97B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2578 #25788D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B56 #1B5665 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1137 #113740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B22 #0B2228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E3F3F8;
--charcoal-200: #CBE9F1;
--charcoal-300: #A2D9E6;
--charcoal-400: #72C5DA;
--charcoal-500: #4AB4CF;
--charcoal-600: #2F97B1;
--charcoal-700: #25788D;
--charcoal-800: #1B5665;
--charcoal-900: #113740;
--charcoal-950: #0B2228;
}