Charcoal
#013F50
CyanColor Codes
All color formats for development
HEX
#013F50RGB
rgb(1, 63, 80)HSL
hsl(193, 98%, 16%)OKLCH
oklch(0.341 0.063 223.1)CMYK
cmyk(99%, 21%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#013949
2#013341
3#012C39
4#002630
5#002028
6#001920
7#001318
8#000D10
9#000608
Tints
Lighter variations
1#01617B
2#0282A6
3#02A3D0
4#03C5FA
5#2BCFFD
6#55D9FD
7#80E2FE
8#AAECFE
9#D5F5FF
Tones
Muted variations
1#053D4D
2#093B49
3#0D3945
4#113641
5#15343D
6#193239
7#1D3035
8#212D31
9#252B2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF7 #DCF7FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF0 #BDF0FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE5 #8BE5FE | BordersInactive statesPlaceholder text |
| 400 | 4ED7 #4ED7FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CCC #1CCCFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02AF #02AFDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 028B #028BB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0163 #01637E | Text on light backgroundsHeadingsStrong borders |
| 900 | 013F #013F51 | Primary textHigh emphasis contentDark headings |
| 950 | 0128 #012832 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FCFF;
--charcoal-100: #DCF7FF;
--charcoal-200: #BDF0FE;
--charcoal-300: #8BE5FE;
--charcoal-400: #4ED7FD;
--charcoal-500: #1CCCFD;
--charcoal-600: #02AFDE;
--charcoal-700: #028BB1;
--charcoal-800: #01637E;
--charcoal-900: #013F51;
--charcoal-950: #012832;
}