Charcoal
#263359
BlueColor Codes
All color formats for development
HEX
#263359RGB
rgb(38, 51, 89)HSL
hsl(225, 40%, 25%)OKLCH
oklch(0.33 0.07 268.2)CMYK
cmyk(57%, 43%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#222E50
2#1F2947
3#1B243E
4#171F36
5#13192D
6#0F1424
7#0B0F1B
8#080A12
9#040509
Tints
Lighter variations
1#324274
2#3D528F
3#4961AA
4#5E75BA
5#798CC6
6#94A3D1
7#AFBADD
8#C9D1E8
9#E4E8F4
Tones
Muted variations
1#293457
2#2B3654
3#2E3752
4#30384F
5#33394D
6#363B4A
7#383C47
8#3B3D45
9#3D3E42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D7 #D1D7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB9 #ADB9DC | BordersInactive statesPlaceholder text |
| 400 | 8294 #8294C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E75 #5E75BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 435A #435A9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3647 #36477D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2633 #263359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1821 #182139 | Primary textHigh emphasis contentDark headings |
| 950 | 0F14 #0F1424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FA;
--charcoal-100: #E6EAF4;
--charcoal-200: #D1D7EB;
--charcoal-300: #ADB9DC;
--charcoal-400: #8294C9;
--charcoal-500: #5E75BA;
--charcoal-600: #435A9D;
--charcoal-700: #36477D;
--charcoal-800: #263359;
--charcoal-900: #182139;
--charcoal-950: #0F1424;
}