Charcoal
#1D5663
CyanColor Codes
All color formats for development
HEX
#1D5663RGB
rgb(29, 86, 99)HSL
hsl(191, 55%, 25%)OKLCH
oklch(0.422 0.062 215.7)CMYK
cmyk(71%, 13%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A4D59
2#17454F
3#143C45
4#11343B
5#0E2B31
6#0B2228
7#091A1E
8#061114
9#03090A
Tints
Lighter variations
1#257080
2#2E8A9E
3#37A3BC
4#4DB4CB
5#6BC1D4
6#88CDDD
7#A6DAE5
8#C4E6EE
9#E1F3F6
Tones
Muted variations
1#20545F
2#24525C
3#274F58
4#2B4D55
5#2E4B51
6#32494E
7#35464A
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 | E3F3 #E3F3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE9 #CCE9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D9 #A4D9E5 | BordersInactive statesPlaceholder text |
| 400 | 75C5 #75C5D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DB4 #4DB4CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3297 #3297AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2878 #28788A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D56 #1D5663 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1237 #12373F | Primary textHigh emphasis contentDark headings |
| 950 | 0B22 #0B2228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E3F3F7;
--charcoal-200: #CCE9F0;
--charcoal-300: #A4D9E5;
--charcoal-400: #75C5D7;
--charcoal-500: #4DB4CB;
--charcoal-600: #3297AE;
--charcoal-700: #28788A;
--charcoal-800: #1D5663;
--charcoal-900: #12373F;
--charcoal-950: #0B2228;
}