Charcoal
#1F5761
CyanColor Codes
All color formats for development
HEX
#1F5761RGB
rgb(31, 87, 97)HSL
hsl(189, 52%, 25%)OKLCH
oklch(0.425 0.06 211.4)CMYK
cmyk(68%, 10%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C4E57
2#18464E
3#153D44
4#12343A
5#0F2B30
6#0C2327
7#091A1D
8#061113
9#03090A
Tints
Lighter variations
1#28717E
2#318B9B
3#3AA5B8
4#51B6C8
5#6EC2D1
6#8BCEDA
7#A8DBE3
8#C5E7ED
9#E2F3F6
Tones
Muted variations
1#22555E
2#25525A
3#295057
4#2C4E54
5#2F4B50
6#32494D
7#36474A
8#394446
9#3C4243
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F4 #E4F4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDEA #CDEAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6DA #A6DAE3 | BordersInactive statesPlaceholder text |
| 400 | 77C6 #77C6D4 | Disabled statesSecondary iconsMuted text |
| 500 | 51B6 #51B6C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3699 #3699AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B7A #2B7A88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F57 #1F5761 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1438 #14383E | Primary textHigh emphasis contentDark headings |
| 950 | 0C23 #0C2327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFB;
--charcoal-100: #E4F4F6;
--charcoal-200: #CDEAEF;
--charcoal-300: #A6DAE3;
--charcoal-400: #77C6D4;
--charcoal-500: #51B6C8;
--charcoal-600: #3699AB;
--charcoal-700: #2B7A88;
--charcoal-800: #1F5761;
--charcoal-900: #14383E;
--charcoal-950: #0C2327;
}