Charcoal
#263159
BlueColor Codes
All color formats for development
HEX
#263159RGB
rgb(38, 49, 89)HSL
hsl(227, 40%, 25%)OKLCH
oklch(0.325 0.073 270.4)CMYK
cmyk(57%, 45%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#222C50
2#1F2747
3#1B233E
4#171E36
5#13192D
6#0F1424
7#0B0F1B
8#080A12
9#040509
Tints
Lighter variations
1#324074
2#3D4F8F
3#495EAA
4#5E72BA
5#798AC6
6#94A1D1
7#AFB9DD
8#C9D0E8
9#E4E8F4
Tones
Muted variations
1#293357
2#2B3454
3#2E3652
4#30374F
5#33394D
6#363A4A
7#383B47
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 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D6 #D1D6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB7 #ADB7DC | BordersInactive statesPlaceholder text |
| 400 | 8292 #8292C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E72 #5E72BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4357 #43579D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3645 #36457D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2631 #263159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1820 #182039 | 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: #E6E9F4;
--charcoal-200: #D1D6EB;
--charcoal-300: #ADB7DC;
--charcoal-400: #8292C9;
--charcoal-500: #5E72BA;
--charcoal-600: #43579D;
--charcoal-700: #36457D;
--charcoal-800: #263159;
--charcoal-900: #182039;
--charcoal-950: #0F1424;
}