Charcoal
#242F5B
BlueColor Codes
All color formats for development
HEX
#242F5BRGB
rgb(36, 47, 91)HSL
hsl(228, 43%, 25%)OKLCH
oklch(0.32 0.08 270.8)CMYK
cmyk(60%, 48%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#212B52
2#1D2649
3#192140
4#161C37
5#12182E
6#0F1324
7#0B0E1B
8#070912
9#040509
Tints
Lighter variations
1#2F3D77
2#3A4C92
3#455AAD
4#5B6FBE
5#7687C8
6#929FD3
7#ADB7DE
8#C8CFE9
9#E4E7F4
Tones
Muted variations
1#273158
2#2A3356
3#2D3453
4#2F3650
5#32384D
6#35394B
7#383B48
8#3A3C45
9#3D3E42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D5 #D0D5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB5 #ABB5DE | BordersInactive statesPlaceholder text |
| 400 | 7F8F #7F8FCC | Disabled statesSecondary iconsMuted text |
| 500 | 5B6F #5B6FBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4053 #4053A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3342 #334280 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242F #242F5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 171E #171E3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F13 #0F1324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E9F5;
--charcoal-200: #D0D5EC;
--charcoal-300: #ABB5DE;
--charcoal-400: #7F8FCC;
--charcoal-500: #5B6FBE;
--charcoal-600: #4053A0;
--charcoal-700: #334280;
--charcoal-800: #242F5B;
--charcoal-900: #171E3A;
--charcoal-950: #0F1324;
}