Charcoal
#014150
CyanColor Codes
All color formats for development
HEX
#014150RGB
rgb(1, 65, 80)HSL
hsl(191, 98%, 16%)OKLCH
oklch(0.347 0.063 219.6)CMYK
cmyk(99%, 19%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#013C49
2#013541
3#012E39
4#002830
5#002128
6#001A20
7#001418
8#000D10
9#000708
Tints
Lighter variations
1#01657B
2#0288A6
3#02AAD0
4#03CDFA
5#2BD6FD
6#55DEFD
7#80E7FE
8#AAEFFE
9#D5F7FF
Tones
Muted variations
1#05404D
2#093D49
3#0D3B45
4#113841
5#15353D
6#193339
7#1D3035
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 | DCF8 #DCF8FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF2 #BDF2FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE9 #8BE9FE | BordersInactive statesPlaceholder text |
| 400 | 4EDD #4EDDFD | Disabled statesSecondary iconsMuted text |
| 500 | 1CD3 #1CD3FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02B6 #02B6DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0291 #0291B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0167 #01677E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0142 #014251 | Primary textHigh emphasis contentDark headings |
| 950 | 0129 #012932 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FCFF;
--charcoal-100: #DCF8FF;
--charcoal-200: #BDF2FE;
--charcoal-300: #8BE9FE;
--charcoal-400: #4EDDFD;
--charcoal-500: #1CD3FD;
--charcoal-600: #02B6DE;
--charcoal-700: #0291B1;
--charcoal-800: #01677E;
--charcoal-900: #014251;
--charcoal-950: #012932;
}