Charcoal
#1C5263
CyanColor Codes
All color formats for development
HEX
#1C5263RGB
rgb(28, 82, 99)HSL
hsl(194, 56%, 25%)OKLCH
oklch(0.411 0.062 222.4)CMYK
cmyk(72%, 17%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#194B5A
2#164250
3#143A46
4#11323C
5#0E2932
6#0B2128
7#08191E
8#061114
9#03080A
Tints
Lighter variations
1#246C81
2#2D849F
3#359DBD
4#4CAFCD
5#6ABCD5
6#88C9DD
7#A5D7E6
8#C3E4EE
9#E1F2F7
Tones
Muted variations
1#205160
2#234F5C
3#274D59
4#2A4B55
5#2E4952
6#31474E
7#35454A
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 | E3F2 #E3F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE8 #CBE8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D6 #A4D6E5 | BordersInactive statesPlaceholder text |
| 400 | 74C0 #74C0D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CAF #4CAFCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3192 #3192AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2774 #27748B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C53 #1C5363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1235 #123540 | Primary textHigh emphasis contentDark headings |
| 950 | 0B21 #0B2128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFC;
--charcoal-100: #E3F2F7;
--charcoal-200: #CBE8F0;
--charcoal-300: #A4D6E5;
--charcoal-400: #74C0D8;
--charcoal-500: #4CAFCD;
--charcoal-600: #3192AF;
--charcoal-700: #27748B;
--charcoal-800: #1C5363;
--charcoal-900: #123540;
--charcoal-950: #0B2128;
}