Charcoal
#262C5A
BlueColor Codes
All color formats for development
HEX
#262C5ARGB
rgb(38, 44, 90)HSL
hsl(233, 41%, 25%)OKLCH
oklch(0.314 0.082 275.1)CMYK
cmyk(58%, 51%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#222751
2#1E2348
3#1A1F3F
4#171A36
5#13162D
6#0F1124
7#0B0D1B
8#080912
9#040409
Tints
Lighter variations
1#313975
2#3C4690
3#4753AB
4#5D68BB
5#7881C7
6#939AD2
7#AEB4DD
8#C9CDE8
9#E4E6F4
Tones
Muted variations
1#282E57
2#2B3055
3#2D3252
4#30344F
5#33364D
6#35384A
7#383A48
8#3B3C45
9#3D3E42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E8 #E6E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D3 #D0D3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB2 #ACB2DC | BordersInactive statesPlaceholder text |
| 400 | 818A #818ACA | Disabled statesSecondary iconsMuted text |
| 500 | 5D68 #5D68BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 424D #424D9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 353D #353D7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262C #262C5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181C #181C3A | 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: #E6E8F4;
--charcoal-200: #D0D3EB;
--charcoal-300: #ACB2DC;
--charcoal-400: #818ACA;
--charcoal-500: #5D68BB;
--charcoal-600: #424D9E;
--charcoal-700: #353D7E;
--charcoal-800: #262C5A;
--charcoal-900: #181C3A;
--charcoal-950: #0F1124;
}