Charcoal
#063E4B
CyanColor Codes
All color formats for development
HEX
#063E4BRGB
rgb(6, 62, 75)HSL
hsl(191, 85%, 16%)OKLCH
oklch(0.337 0.058 218.4)CMYK
cmyk(92%, 17%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#063844
2#05323C
3#042C35
4#04262D
5#031F26
6#02191E
7#021317
8#010D0F
9#010608
Tints
Lighter variations
1#096073
2#0D819B
3#10A2C2
4#13C3EA
5#39CEEF
6#60D7F2
7#88E1F5
8#B0EBF9
9#D7F5FC
Tones
Muted variations
1#0A3D48
2#0D3A45
3#113841
4#14363E
5#17343A
6#1B3237
7#1E2F33
8#222D30
9#252B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF7 #DEF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F0 #C2F0FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92E4 #92E4F6 | BordersInactive statesPlaceholder text |
| 400 | 5AD6 #5AD6F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BCA #2BCAEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11AD #11ADD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D89 #0D89A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A62 #0A6276 | Text on light backgroundsHeadingsStrong borders |
| 900 | 063F #063F4B | Primary textHigh emphasis contentDark headings |
| 950 | 0427 #04272F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FBFE;
--charcoal-100: #DEF7FC;
--charcoal-200: #C2F0FA;
--charcoal-300: #92E4F6;
--charcoal-400: #5AD6F2;
--charcoal-500: #2BCAEE;
--charcoal-600: #11ADD0;
--charcoal-700: #0D89A5;
--charcoal-800: #0A6276;
--charcoal-900: #063F4B;
--charcoal-950: #04272F;
}