Charcoal
#295257
CyanColor Codes
All color formats for development
HEX
#295257RGB
rgb(41, 82, 87)HSL
hsl(187, 36%, 25%)OKLCH
oklch(0.411 0.047 205.8)CMYK
cmyk(53%, 6%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25494E
2#214145
3#1D393D
4#183134
5#14292B
6#102123
7#0C181A
8#081011
9#040809
Tints
Lighter variations
1#356A71
2#41828B
3#4E9BA5
4#63ACB6
5#7DBAC2
6#97C8CE
7#B1D5DA
8#CBE3E7
9#E5F1F3
Tones
Muted variations
1#2B5054
2#2D4E52
3#304C50
4#324A4E
5#34494B
6#374749
7#394547
8#3B4344
9#3D4242
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F2 #E7F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E7 #D2E7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD5 #AFD5D9 | BordersInactive statesPlaceholder text |
| 400 | 86BE #86BEC6 | Disabled statesSecondary iconsMuted text |
| 500 | 63AC #63ACB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 488F #488F99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3972 #397279 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2951 #295157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A34 #1A3437 | Primary textHigh emphasis contentDark headings |
| 950 | 1021 #102123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9FA;
--charcoal-100: #E7F2F4;
--charcoal-200: #D2E7EA;
--charcoal-300: #AFD5D9;
--charcoal-400: #86BEC6;
--charcoal-500: #63ACB6;
--charcoal-600: #488F99;
--charcoal-700: #397279;
--charcoal-800: #295157;
--charcoal-900: #1A3437;
--charcoal-950: #102123;
}