Charcoal
#07454B
CyanColor Codes
All color formats for development
HEX
#07454BRGB
rgb(7, 69, 75)HSL
hsl(185, 83%, 16%)OKLCH
oklch(0.358 0.058 205.2)CMYK
cmyk(91%, 8%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#063E43
2#06373C
3#053034
4#04292D
5#032325
6#031C1E
7#021516
8#010E0F
9#010707
Tints
Lighter variations
1#0B6972
2#0E8D99
3#12B2C0
4#16D6E7
5#3BDEED
6#62E5F0
7#89EBF4
8#B1F2F8
9#D8F8FB
Tones
Muted variations
1#0A4247
2#0E3F44
3#113D41
4#143A3D
5#18373A
6#1B3436
7#1F3133
8#222E30
9#252C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF9 #DEF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F5 #C2F5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94ED #94EDF5 | BordersInactive statesPlaceholder text |
| 400 | 5CE3 #5CE3F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DDC #2DDCEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13BE #13BECD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F97 #0F97A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6C #0B6C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0745 #07454B | Primary textHigh emphasis contentDark headings |
| 950 | 042B #042B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFE;
--charcoal-100: #DEF9FC;
--charcoal-200: #C2F5F9;
--charcoal-300: #94EDF5;
--charcoal-400: #5CE3F0;
--charcoal-500: #2DDCEB;
--charcoal-600: #13BECD;
--charcoal-700: #0F97A3;
--charcoal-800: #0B6C75;
--charcoal-900: #07454B;
--charcoal-950: #042B2F;
}