Charcoal
#263759
BlueColor Codes
All color formats for development
HEX
#263759RGB
rgb(38, 55, 89)HSL
hsl(220, 40%, 25%)OKLCH
oklch(0.34 0.064 263.2)CMYK
cmyk(57%, 38%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#223250
2#1F2C47
3#1B273E
4#172136
5#131C2D
6#0F1624
7#0B111B
8#080B12
9#040609
Tints
Lighter variations
1#324874
2#3D588F
3#4969AA
4#5E7DBA
5#7993C6
6#94A8D1
7#AFBEDD
8#C9D4E8
9#E4E9F4
Tones
Muted variations
1#293857
2#2B3954
3#2E3A52
4#303B4F
5#333B4D
6#363C4A
7#383D47
8#3B3E45
9#3D3F42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D9 #D1D9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBD #ADBDDC | BordersInactive statesPlaceholder text |
| 400 | 829A #829AC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E7D #5E7DBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4361 #43619D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364D #364D7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2637 #263759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1823 #182339 | Primary textHigh emphasis contentDark headings |
| 950 | 0F16 #0F1624 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FA;
--charcoal-100: #E6EBF4;
--charcoal-200: #D1D9EB;
--charcoal-300: #ADBDDC;
--charcoal-400: #829AC9;
--charcoal-500: #5E7DBA;
--charcoal-600: #43619D;
--charcoal-700: #364D7D;
--charcoal-800: #263759;
--charcoal-900: #182339;
--charcoal-950: #0F1624;
}