Charcoal
#08414A
CyanColor Codes
All color formats for development
HEX
#08414ARGB
rgb(8, 65, 74)HSL
hsl(188, 80%, 16%)OKLCH
oklch(0.346 0.056 211.2)CMYK
cmyk(89%, 12%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#073A42
2#07343B
3#062D33
4#05272C
5#042025
6#031A1D
7#021316
8#020D0F
9#010607
Tints
Lighter variations
1#0C6370
2#118597
3#15A7BD
4#19C9E4
5#3ED3EA
6#65DCEE
7#8BE4F2
8#B2EDF6
9#D8F6FB
Tones
Muted variations
1#0B3E46
2#0F3C43
3#123A40
4#15373C
5#183539
6#1C3236
7#1F3033
8#222E2F
9#262B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F1 #C3F1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95E7 #95E7F3 | BordersInactive statesPlaceholder text |
| 400 | 5EDA #5EDAED | Disabled statesSecondary iconsMuted text |
| 500 | 30D0 #30D0E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16B2 #16B2CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 128E #128EA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D65 #0D6573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0841 #084149 | Primary textHigh emphasis contentDark headings |
| 950 | 0528 #05282E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FCFD;
--charcoal-100: #DFF8FB;
--charcoal-200: #C3F1F8;
--charcoal-300: #95E7F3;
--charcoal-400: #5EDAED;
--charcoal-500: #30D0E8;
--charcoal-600: #16B2CA;
--charcoal-700: #128EA1;
--charcoal-800: #0D6573;
--charcoal-900: #084149;
--charcoal-950: #05282E;
}