Charcoal
#1F5961
CyanColor Codes
All color formats for development
HEX
#1F5961RGB
rgb(31, 89, 97)HSL
hsl(187, 52%, 25%)OKLCH
oklch(0.43 0.06 207.9)CMYK
cmyk(68%, 8%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C5057
2#18474E
3#153E44
4#12353A
5#0F2D30
6#0C2427
7#091B1D
8#061213
9#03090A
Tints
Lighter variations
1#28747E
2#318F9B
3#3AA9B8
4#51BAC8
5#6EC5D1
6#8BD1DA
7#A8DCE3
8#C5E8ED
9#E2F3F6
Tones
Muted variations
1#22575E
2#25545A
3#295257
4#2C4F54
5#2F4C50
6#324A4D
7#36474A
8#394546
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 | CDEB #CDEBEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6DC #A6DCE3 | BordersInactive statesPlaceholder text |
| 400 | 77C9 #77C9D4 | Disabled statesSecondary iconsMuted text |
| 500 | 51BA #51BAC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 369D #369DAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B7D #2B7D88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F59 #1F5961 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1439 #14393E | Primary textHigh emphasis contentDark headings |
| 950 | 0C24 #0C2427 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFB;
--charcoal-100: #E4F4F6;
--charcoal-200: #CDEBEF;
--charcoal-300: #A6DCE3;
--charcoal-400: #77C9D4;
--charcoal-500: #51BAC8;
--charcoal-600: #369DAB;
--charcoal-700: #2B7D88;
--charcoal-800: #1F5961;
--charcoal-900: #14393E;
--charcoal-950: #0C2427;
}