Charcoal
#16273C
BlueColor Codes
All color formats for development
HEX
#16273CRGB
rgb(22, 39, 60)HSL
hsl(213, 46%, 16%)OKLCH
oklch(0.269 0.046 254.4)CMYK
cmyk(63%, 35%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#142336
2#121F30
3#0F1B2A
4#0D1724
5#0B131E
6#091018
7#070C12
8#04080C
9#020406
Tints
Lighter variations
1#223B5B
2#2D507A
3#396499
4#4479B9
5#638FC5
6#82A5D1
7#A1BCDC
8#C0D2E8
9#E0E9F3
Tones
Muted variations
1#18273A
2#1A2738
3#1C2736
4#1E2834
5#1F2832
6#212830
7#23282E
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 #E5ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDC #CFDCED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9C2 #A9C2DF | BordersInactive statesPlaceholder text |
| 400 | 7DA2 #7DA2CF | Disabled statesSecondary iconsMuted text |
| 500 | 5787 #5787C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D6B #3D6BA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3055 #305582 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 223D #223D5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1627 #16273C | Primary textHigh emphasis contentDark headings |
| 950 | 0E18 #0E1825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E5ECF5;
--charcoal-200: #CFDCED;
--charcoal-300: #A9C2DF;
--charcoal-400: #7DA2CF;
--charcoal-500: #5787C1;
--charcoal-600: #3D6BA4;
--charcoal-700: #305582;
--charcoal-800: #223D5D;
--charcoal-900: #16273C;
--charcoal-950: #0E1825;
}