Charcoal
#023F50
CyanColor Codes
All color formats for development
HEX
#023F50RGB
rgb(2, 63, 80)HSL
hsl(193, 95%, 16%)OKLCH
oklch(0.342 0.063 223.3)CMYK
cmyk(98%, 21%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#023848
2#023240
3#012C38
4#012630
5#011F28
6#011920
7#011318
8#000D10
9#000608
Tints
Lighter variations
1#036079
2#0481A3
3#05A2CD
4#06C3F7
5#2ECEFA
6#58D7FB
7#82E1FC
8#ABEBFD
9#D5F5FE
Tones
Muted variations
1#063D4C
2#0A3A48
3#0E3844
4#123640
5#15343C
6#193238
7#1D2F34
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 | DCF7 #DCF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF0 #BEF0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE4 #8DE4FC | BordersInactive statesPlaceholder text |
| 400 | 51D6 #51D6FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FCA #1FCAF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06AD #06ADDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0489 #0489AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0362 #03627C | Text on light backgroundsHeadingsStrong borders |
| 900 | 023F #023F50 | Primary textHigh emphasis contentDark headings |
| 950 | 0127 #012732 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FBFF;
--charcoal-100: #DCF7FE;
--charcoal-200: #BEF0FD;
--charcoal-300: #8DE4FC;
--charcoal-400: #51D6FB;
--charcoal-500: #1FCAF9;
--charcoal-600: #06ADDB;
--charcoal-700: #0489AE;
--charcoal-800: #03627C;
--charcoal-900: #023F50;
--charcoal-950: #012732;
}