Charcoal
#013E50
CyanColor Codes
All color formats for development
HEX
#013E50RGB
rgb(1, 62, 80)HSL
hsl(194, 98%, 16%)OKLCH
oklch(0.339 0.063 224.8)CMYK
cmyk(99%, 22%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#013849
2#013241
3#012B39
4#002530
5#001F28
6#001920
7#001318
8#000C10
9#000608
Tints
Lighter variations
1#015F7B
2#027FA6
3#02A0D0
4#03C1FA
5#2BCCFD
6#55D6FD
7#80E0FE
8#AAEBFE
9#D5F5FF
Tones
Muted variations
1#053C4D
2#093A49
3#0D3845
4#113641
5#15333D
6#193139
7#1D2F35
8#212D31
9#252B2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF6 #DCF6FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDEF #BDEFFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BE3 #8BE3FE | BordersInactive statesPlaceholder text |
| 400 | 4ED4 #4ED4FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CC8 #1CC8FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02AB #02ABDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0288 #0288B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0161 #01617E | Text on light backgroundsHeadingsStrong borders |
| 900 | 013E #013E51 | Primary textHigh emphasis contentDark headings |
| 950 | 0127 #012732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FBFF;
--charcoal-100: #DCF6FF;
--charcoal-200: #BDEFFE;
--charcoal-300: #8BE3FE;
--charcoal-400: #4ED4FD;
--charcoal-500: #1CC8FD;
--charcoal-600: #02ABDE;
--charcoal-700: #0288B1;
--charcoal-800: #01617E;
--charcoal-900: #013E51;
--charcoal-950: #012732;
}