Charcoal
#1D5763
CyanColor Codes
All color formats for development
HEX
#1D5763RGB
rgb(29, 87, 99)HSL
hsl(190, 55%, 25%)OKLCH
oklch(0.425 0.062 214)CMYK
cmyk(71%, 12%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A4E59
2#17464F
3#143D45
4#11343B
5#0E2C31
6#0B2328
7#091A1E
8#061114
9#03090A
Tints
Lighter variations
1#257180
2#2E8B9E
3#37A6BC
4#4DB6CB
5#6BC2D4
6#88CFDD
7#A6DBE5
8#C4E7EE
9#E1F3F6
Tones
Muted variations
1#20555F
2#24525C
3#275058
4#2B4E55
5#2E4B51
6#32494E
7#35474A
8#394447
9#3C4243
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F4 #E3F4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEA #CCEAF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DA #A4DAE5 | BordersInactive statesPlaceholder text |
| 400 | 75C6 #75C6D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DB6 #4DB6CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3299 #3299AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 287A #287A8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D57 #1D5763 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1238 #12383F | Primary textHigh emphasis contentDark headings |
| 950 | 0B23 #0B2328 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E3F4F7;
--charcoal-200: #CCEAF0;
--charcoal-300: #A4DAE5;
--charcoal-400: #75C6D7;
--charcoal-500: #4DB6CB;
--charcoal-600: #3299AE;
--charcoal-700: #287A8A;
--charcoal-800: #1D5763;
--charcoal-900: #12383F;
--charcoal-950: #0B2328;
}