Charcoal
#15263C
BlueColor Codes
All color formats for development
HEX
#15263CRGB
rgb(21, 38, 60)HSL
hsl(214, 48%, 16%)OKLCH
oklch(0.266 0.047 255.4)CMYK
cmyk(65%, 37%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#132236
2#111F30
3#0F1B2A
4#0D1724
5#0B131E
6#080F18
7#060B12
8#04080C
9#020406
Tints
Lighter variations
1#203A5C
2#2B4E7C
3#37629B
4#4276BB
5#608DC7
6#80A4D2
7#A0BBDE
8#C0D1E9
9#DFE8F4
Tones
Muted variations
1#17263A
2#192738
3#1B2737
4#1D2735
5#1F2733
6#212831
7#23282F
8#25282D
9#27292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDC #CEDCEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C1 #A8C1E1 | BordersInactive statesPlaceholder text |
| 400 | 7BA0 #7BA0D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5585 #5585C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A69 #3A69A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E54 #2E5484 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213C #213C5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1526 #15263C | Primary textHigh emphasis contentDark headings |
| 950 | 0D18 #0D1826 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E5ECF6;
--charcoal-200: #CEDCEE;
--charcoal-300: #A8C1E1;
--charcoal-400: #7BA0D1;
--charcoal-500: #5585C3;
--charcoal-600: #3A69A6;
--charcoal-700: #2E5484;
--charcoal-800: #213C5E;
--charcoal-900: #15263C;
--charcoal-950: #0D1826;
}