Charcoal
#003F52
CyanColor Codes
All color formats for development
HEX
#003F52RGB
rgb(0, 63, 82)HSL
hsl(194, 100%, 16%)OKLCH
oklch(0.342 0.065 225.6)CMYK
cmyk(100%, 23%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#003849
2#003241
3#002C39
4#002631
5#001F29
6#001921
7#001318
8#000D10
9#000608
Tints
Lighter variations
1#005F7C
2#0080A7
3#00A1D2
4#00C2FD
5#29CDFF
6#54D7FF
7#7EE1FF
8#A9EBFF
9#D4F5FF
Tones
Muted variations
1#043C4E
2#083A49
3#0C3845
4#103641
5#14343D
6#183239
7#1D2F35
8#212D31
9#252B2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF7 #DBF7FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF0 #BDF0FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE4 #8AE4FF | BordersInactive statesPlaceholder text |
| 400 | 4DD5 #4DD5FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AC9 #1AC9FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00AC #00ACE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0089 #0089B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0062 #006280 | Text on light backgroundsHeadingsStrong borders |
| 900 | 003F #003F52 | Primary textHigh emphasis contentDark headings |
| 950 | 0027 #002733 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FBFF;
--charcoal-100: #DBF7FF;
--charcoal-200: #BDF0FF;
--charcoal-300: #8AE4FF;
--charcoal-400: #4DD5FF;
--charcoal-500: #1AC9FF;
--charcoal-600: #00ACE0;
--charcoal-700: #0089B3;
--charcoal-800: #006280;
--charcoal-900: #003F52;
--charcoal-950: #002733;
}