Charcoal
#014B50
CyanColor Codes
All color formats for development
HEX
#014B50RGB
rgb(1, 75, 80)HSL
hsl(184, 98%, 16%)OKLCH
oklch(0.376 0.064 202.5)CMYK
cmyk(99%, 6%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#014449
2#013C41
3#013539
4#002D30
5#002628
6#001E20
7#001718
8#000F10
9#000808
Tints
Lighter variations
1#01737B
2#029BA6
3#02C2D0
4#03EAFA
5#2BEFFD
6#55F2FD
7#80F5FE
8#AAF9FE
9#D5FCFF
Tones
Muted variations
1#05484D
2#094549
3#0D4145
4#113E41
5#153A3D
6#193739
7#1D3335
8#213031
9#252C2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFC #DCFCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFA #BDFAFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF6 #8BF6FE | BordersInactive statesPlaceholder text |
| 400 | 4EF2 #4EF2FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CEE #1CEEFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02CF #02CFDE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02A5 #02A5B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0176 #01767E | Text on light backgroundsHeadingsStrong borders |
| 900 | 014B #014B51 | Primary textHigh emphasis contentDark headings |
| 950 | 012F #012F32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFF;
--charcoal-100: #DCFCFF;
--charcoal-200: #BDFAFE;
--charcoal-300: #8BF6FE;
--charcoal-400: #4EF2FD;
--charcoal-500: #1CEEFD;
--charcoal-600: #02CFDE;
--charcoal-700: #02A5B1;
--charcoal-800: #01767E;
--charcoal-900: #014B51;
--charcoal-950: #012F32;
}