Charcoal
#2F4B50
CyanColor Codes
All color formats for development
HEX
#2F4B50RGB
rgb(47, 75, 80)HSL
hsl(189, 26%, 25%)OKLCH
oklch(0.393 0.035 209.9)CMYK
cmyk(41%, 6%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A4448
2#263C40
3#213538
4#1C2D30
5#182628
6#131E20
7#0E1718
8#090F10
9#050808
Tints
Lighter variations
1#3D6268
2#4B7981
3#5A8F99
4#6EA1AA
5#87B1B8
6#9FC0C6
7#B7D0D5
8#CFE0E3
9#E7EFF1
Tones
Muted variations
1#314A4F
2#32494D
3#34484B
4#36474A
5#374648
6#394446
7#3B4345
8#3C4243
9#3E4141
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E4 #D5E4E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CF #B5CFD4 | BordersInactive statesPlaceholder text |
| 400 | 8FB6 #8FB6BD | Disabled statesSecondary iconsMuted text |
| 500 | 6EA1 #6EA1AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5385 #53858D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4269 #426970 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4B #2F4B50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E30 #1E3033 | Primary textHigh emphasis contentDark headings |
| 950 | 131E #131E20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9F9;
--charcoal-100: #E9F0F2;
--charcoal-200: #D5E4E6;
--charcoal-300: #B5CFD4;
--charcoal-400: #8FB6BD;
--charcoal-500: #6EA1AA;
--charcoal-600: #53858D;
--charcoal-700: #426970;
--charcoal-800: #2F4B50;
--charcoal-900: #1E3033;
--charcoal-950: #131E20;
}