Charcoal
#262A5A
BlueColor Codes
All color formats for development
HEX
#262A5ARGB
rgb(38, 42, 90)HSL
hsl(235, 41%, 25%)OKLCH
oklch(0.309 0.085 276.6)CMYK
cmyk(58%, 53%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#222651
2#1E2248
3#1A1D3F
4#171936
5#13152D
6#0F1124
7#0B0D1B
8#080812
9#040409
Tints
Lighter variations
1#313775
2#3C4390
3#4750AB
4#5D65BB
5#787FC7
6#9398D2
7#AEB2DD
8#C9CCE8
9#E4E5F4
Tones
Muted variations
1#282C57
2#2B2E55
3#2D3152
4#30334F
5#33354D
6#35374A
7#383948
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 | D0D3 #D0D3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB0 #ACB0DC | BordersInactive statesPlaceholder text |
| 400 | 8187 #8187CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D65 #5D65BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 424A #424A9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 353B #353B7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262A #262A5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181B #181B3A | 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: #D0D3EB;
--charcoal-300: #ACB0DC;
--charcoal-400: #8187CA;
--charcoal-500: #5D65BB;
--charcoal-600: #424A9E;
--charcoal-700: #353B7E;
--charcoal-800: #262A5A;
--charcoal-900: #181B3A;
--charcoal-950: #0F1124;
}