Charcoal
#023D4F
CyanColor Codes
All color formats for development
HEX
#023D4FRGB
rgb(2, 61, 79)HSL
hsl(194, 95%, 16%)OKLCH
oklch(0.335 0.063 225.3)CMYK
cmyk(97%, 23%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#023748
2#023140
3#012B38
4#012530
5#011F28
6#011920
7#011218
8#000C10
9#000608
Tints
Lighter variations
1#035E79
2#047EA3
3#059ECD
4#06BFF7
5#2ECAFA
6#58D5FB
7#82DFFC
8#ABEAFD
9#D5F4FE
Tones
Muted variations
1#063B4C
2#0A3948
3#0E3744
4#123540
5#15333C
6#193138
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 | DCF6 #DCF6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEEF #BEEFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE2 #8DE2FC | BordersInactive statesPlaceholder text |
| 400 | 51D3 #51D3FB | Disabled statesSecondary iconsMuted text |
| 500 | 1FC6 #1FC6F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06A9 #06A9DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0486 #0486AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0360 #03607C | Text on light backgroundsHeadingsStrong borders |
| 900 | 023D #023D50 | Primary textHigh emphasis contentDark headings |
| 950 | 0126 #012632 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FBFF;
--charcoal-100: #DCF6FE;
--charcoal-200: #BEEFFD;
--charcoal-300: #8DE2FC;
--charcoal-400: #51D3FB;
--charcoal-500: #1FC6F9;
--charcoal-600: #06A9DB;
--charcoal-700: #0486AE;
--charcoal-800: #03607C;
--charcoal-900: #023D50;
--charcoal-950: #012632;
}