Charcoal
#083F4A
CyanColor Codes
All color formats for development
HEX
#083F4ARGB
rgb(8, 63, 74)HSL
hsl(190, 80%, 16%)OKLCH
oklch(0.34 0.056 215.1)CMYK
cmyk(89%, 15%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#073842
2#07323B
3#062C33
4#05262C
5#041F25
6#03191D
7#021316
8#020D0F
9#010607
Tints
Lighter variations
1#0C5F70
2#118097
3#15A1BD
4#19C2E4
5#3ECDEA
6#65D7EE
7#8BE1F2
8#B2EBF6
9#D8F5FB
Tones
Muted variations
1#0B3C46
2#0F3A43
3#123840
4#15363C
5#183439
6#1C3236
7#1F2F33
8#222D2F
9#262B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F0 #C3F0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E4 #95E4F3 | BordersInactive statesPlaceholder text |
| 400 | 5ED5 #5ED5ED | Disabled statesSecondary iconsMuted text |
| 500 | 30C9 #30C9E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16AC #16ACCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1289 #1289A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D62 #0D6273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 083F #083F49 | Primary textHigh emphasis contentDark headings |
| 950 | 0527 #05272E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FBFD;
--charcoal-100: #DFF7FB;
--charcoal-200: #C3F0F8;
--charcoal-300: #95E4F3;
--charcoal-400: #5ED5ED;
--charcoal-500: #30C9E8;
--charcoal-600: #16ACCA;
--charcoal-700: #1289A1;
--charcoal-800: #0D6273;
--charcoal-900: #083F49;
--charcoal-950: #05272E;
}