Charcoal
#15273C
BlueColor Codes
All color formats for development
HEX
#15273CRGB
rgb(21, 39, 60)HSL
hsl(212, 48%, 16%)OKLCH
oklch(0.268 0.046 253.2)CMYK
cmyk(65%, 35%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#132436
2#112030
3#0F1C2A
4#0D1824
5#0B141E
6#081018
7#060C12
8#04080C
9#020406
Tints
Lighter variations
1#203C5C
2#2B517C
3#37669B
4#427ABB
5#6090C7
6#80A7D2
7#A0BDDE
8#C0D3E9
9#DFE9F4
Tones
Muted variations
1#17283A
2#192838
3#1B2837
4#1D2835
5#1F2833
6#212831
7#23282F
8#25292D
9#27292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5ED #E5EDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDD #CEDDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C2 #A8C2E1 | BordersInactive statesPlaceholder text |
| 400 | 7BA3 #7BA3D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5589 #5589C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A6D #3A6DA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E56 #2E5684 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213E #213E5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1527 #15273C | Primary textHigh emphasis contentDark headings |
| 950 | 0D19 #0D1926 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E5EDF6;
--charcoal-200: #CEDDEE;
--charcoal-300: #A8C2E1;
--charcoal-400: #7BA3D1;
--charcoal-500: #5589C3;
--charcoal-600: #3A6DA6;
--charcoal-700: #2E5684;
--charcoal-800: #213E5E;
--charcoal-900: #15273C;
--charcoal-950: #0D1926;
}