Charcoal
#014350
CyanColor Codes
All color formats for development
HEX
#014350RGB
rgb(1, 67, 80)HSL
hsl(190, 98%, 16%)OKLCH
oklch(0.353 0.062 216.2)CMYK
cmyk(99%, 16%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#013D49
2#013641
3#012F39
4#002830
5#002228
6#001B20
7#001418
8#000D10
9#000708
Tints
Lighter variations
1#01677B
2#028AA6
3#02AED0
4#03D1FA
5#2BDAFD
6#55E1FD
7#80E9FE
8#AAF0FE
9#D5F8FF
Tones
Muted variations
1#05414D
2#093E49
3#0D3B45
4#113941
5#15363D
6#193339
7#1D3135
8#212E31
9#252B2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF4 #BDF4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BEB #8BEBFE | BordersInactive statesPlaceholder text |
| 400 | 4EE0 #4EE0FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CD7 #1CD7FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02BA #02BADE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0294 #0294B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0169 #01697E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0143 #014351 | Primary textHigh emphasis contentDark headings |
| 950 | 012A #012A32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FCFF;
--charcoal-100: #DCF9FF;
--charcoal-200: #BDF4FE;
--charcoal-300: #8BEBFE;
--charcoal-400: #4EE0FD;
--charcoal-500: #1CD7FD;
--charcoal-600: #02BADE;
--charcoal-700: #0294B1;
--charcoal-800: #01697E;
--charcoal-900: #014351;
--charcoal-950: #012A32;
}