Charcoal
#16263C
BlueColor Codes
All color formats for development
HEX
#16263CRGB
rgb(22, 38, 60)HSL
hsl(215, 46%, 16%)OKLCH
oklch(0.266 0.047 256.6)CMYK
cmyk(63%, 37%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#142236
2#121E30
3#0F1A2A
4#0D1724
5#0B131E
6#090F18
7#070B12
8#04080C
9#020406
Tints
Lighter variations
1#22395B
2#2D4D7A
3#396199
4#4475B9
5#638CC5
6#82A3D1
7#A1BADC
8#C0D1E8
9#E0E8F3
Tones
Muted variations
1#18263A
2#1A2638
3#1C2736
4#1E2734
5#1F2732
6#212830
7#23282E
8#25282D
9#27282B
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 | CFDB #CFDBED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9C0 #A9C0DF | BordersInactive statesPlaceholder text |
| 400 | 7D9F #7D9FCF | Disabled statesSecondary iconsMuted text |
| 500 | 5783 #5783C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D68 #3D68A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3052 #305282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 223B #223B5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1626 #16263C | 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: #CFDBED;
--charcoal-300: #A9C0DF;
--charcoal-400: #7D9FCF;
--charcoal-500: #5783C1;
--charcoal-600: #3D68A4;
--charcoal-700: #305282;
--charcoal-800: #223B5D;
--charcoal-900: #16263C;
--charcoal-950: #0E1825;
}