Charcoal
#26345A
BlueColor Codes
All color formats for development
HEX
#26345ARGB
rgb(38, 52, 90)HSL
hsl(224, 41%, 25%)OKLCH
oklch(0.333 0.07 267.3)CMYK
cmyk(58%, 42%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#222E51
2#1E2948
3#1A243F
4#171F36
5#131A2D
6#0F1524
7#0B0F1B
8#080A12
9#040509
Tints
Lighter variations
1#314375
2#3C5290
3#4762AB
4#5D76BB
5#788DC7
6#93A4D2
7#AEBBDD
8#C9D1E8
9#E4E8F4
Tones
Muted variations
1#283557
2#2B3655
3#2D3752
4#30384F
5#333A4D
6#353B4A
7#383C48
8#3B3D45
9#3D3F42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D8 #D0D8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB9 #ACB9DC | BordersInactive statesPlaceholder text |
| 400 | 8195 #8195CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D76 #5D76BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 425B #425B9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3548 #35487E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2634 #26345A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1821 #18213A | Primary textHigh emphasis contentDark headings |
| 950 | 0F15 #0F1524 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FA;
--charcoal-100: #E6EAF4;
--charcoal-200: #D0D8EB;
--charcoal-300: #ACB9DC;
--charcoal-400: #8195CA;
--charcoal-500: #5D76BB;
--charcoal-600: #425B9E;
--charcoal-700: #35487E;
--charcoal-800: #26345A;
--charcoal-900: #18213A;
--charcoal-950: #0F1524;
}