Charcoal
#263659
BlueColor Codes
All color formats for development
HEX
#263659RGB
rgb(38, 54, 89)HSL
hsl(221, 40%, 25%)OKLCH
oklch(0.337 0.066 264.5)CMYK
cmyk(57%, 39%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#223150
2#1F2C47
3#1B263E
4#172136
5#131B2D
6#0F1624
7#0B101B
8#080B12
9#040509
Tints
Lighter variations
1#324774
2#3D578F
3#4967AA
4#5E7BBA
5#7991C6
6#94A7D1
7#AFBDDD
8#C9D3E8
9#E4E9F4
Tones
Muted variations
1#293757
2#2B3854
3#2E3952
4#303A4F
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 | ADBC #ADBCDC | BordersInactive statesPlaceholder text |
| 400 | 8299 #8299C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E7B #5E7BBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4360 #43609D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364C #364C7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2636 #263659 | 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: #ADBCDC;
--charcoal-400: #8299C9;
--charcoal-500: #5E7BBA;
--charcoal-600: #43609D;
--charcoal-700: #364C7D;
--charcoal-800: #263659;
--charcoal-900: #182339;
--charcoal-950: #0F1624;
}