Charcoal
#262A59
BlueColor Codes
All color formats for development
HEX
#262A59RGB
rgb(38, 42, 89)HSL
hsl(235, 40%, 25%)OKLCH
oklch(0.309 0.083 276.7)CMYK
cmyk(57%, 53%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#222650
2#1F2247
3#1B1E3E
4#171936
5#13152D
6#0F1124
7#0B0D1B
8#080912
9#040409
Tints
Lighter variations
1#323774
2#3D448F
3#4951AA
4#5E66BA
5#7980C6
6#9499D1
7#AFB3DD
8#C9CCE8
9#E4E6F4
Tones
Muted variations
1#292D57
2#2B2F54
3#2E3152
4#30334F
5#33354D
6#36374A
7#383947
8#3B3B45
9#3D3E42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D3 #D1D3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB1 #ADB1DC | BordersInactive statesPlaceholder text |
| 400 | 8288 #8288C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E66 #5E66BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 434B #434B9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363C #363C7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262B #262B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181B #181B39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F11 #0F1124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FA;
--charcoal-100: #E6E7F4;
--charcoal-200: #D1D3EB;
--charcoal-300: #ADB1DC;
--charcoal-400: #8288C9;
--charcoal-500: #5E66BA;
--charcoal-600: #434B9D;
--charcoal-700: #363C7D;
--charcoal-800: #262B59;
--charcoal-900: #181B39;
--charcoal-950: #0F1124;
}