Charcoal
#414171
BlueColor Codes
All color formats for development
HEX
#414171RGB
rgb(65, 65, 113)HSL
hsl(240, 27%, 35%)OKLCH
oklch(0.399 0.08 282.2)CMYK
cmyk(42%, 42%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B3B66
2#34345B
3#2E2E4F
4#272744
5#212139
6#1A1A2D
7#141422
8#0D0D17
9#07070B
Tints
Lighter variations
1#4D4D86
2#59599B
3#6C6CAA
4#8181B6
5#9696C3
6#ABABCF
7#C0C0DB
8#D5D5E7
9#EAEAF3
Tones
Muted variations
1#44446F
2#46466D
3#48486A
4#4B4B68
5#4D4D65
6#505063
7#525260
8#54545E
9#57575C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E8 #E8E8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D5 #D5D5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B5 #B5B5D4 | BordersInactive statesPlaceholder text |
| 400 | 8E8E #8E8EBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D6D #6D6DAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5252 #52528E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4141 #414171 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F2F #2F2F51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E1E #1E1E34 | Primary textHigh emphasis contentDark headings |
| 950 | 1313 #131320 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5F9;
--charcoal-100: #E8E8F2;
--charcoal-200: #D5D5E7;
--charcoal-300: #B5B5D4;
--charcoal-400: #8E8EBE;
--charcoal-500: #6D6DAB;
--charcoal-600: #52528E;
--charcoal-700: #414171;
--charcoal-800: #2F2F51;
--charcoal-900: #1E1E34;
--charcoal-950: #131320;
}