Charcoal
#262E59
BlueColor Codes
All color formats for development
HEX
#262E59RGB
rgb(38, 46, 89)HSL
hsl(231, 40%, 25%)OKLCH
oklch(0.318 0.077 273.3)CMYK
cmyk(57%, 48%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#222950
2#1F2547
3#1B203E
4#171C36
5#13172D
6#0F1224
7#0B0E1B
8#080912
9#040509
Tints
Lighter variations
1#323C74
2#3D498F
3#4957AA
4#5E6CBA
5#7985C6
6#949DD1
7#AFB6DD
8#C9CEE8
9#E4E7F4
Tones
Muted variations
1#293057
2#2B3154
3#2E3352
4#30354F
5#33374D
6#36394A
7#383A47
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 | D1D5 #D1D5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB4 #ADB4DC | BordersInactive statesPlaceholder text |
| 400 | 828D #828DC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E6C #5E6CBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4351 #43519D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3640 #36407D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262E #262E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181D #181D39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F12 #0F1224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FA;
--charcoal-100: #E6E8F4;
--charcoal-200: #D1D5EB;
--charcoal-300: #ADB4DC;
--charcoal-400: #828DC9;
--charcoal-500: #5E6CBA;
--charcoal-600: #43519D;
--charcoal-700: #36407D;
--charcoal-800: #262E59;
--charcoal-900: #181D39;
--charcoal-950: #0F1224;
}