Charcoal
#242F5C
BlueColor Codes
All color formats for development
HEX
#242F5CRGB
rgb(36, 47, 92)HSL
hsl(228, 44%, 25%)OKLCH
oklch(0.321 0.081 270.9)CMYK
cmyk(61%, 49%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#202A53
2#1D2649
3#192140
4#151C37
5#12172E
6#0E1325
7#0B0E1C
8#070912
9#040509
Tints
Lighter variations
1#2E3D77
2#394B93
3#4459AE
4#5A6EBF
5#7586C9
6#919ED4
7#ACB6DF
8#C8CFEA
9#E3E7F4
Tones
Muted variations
1#273159
2#293256
3#2C3453
4#2F3651
5#32374E
6#35394B
7#373B48
8#3A3C45
9#3D3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E8 #E5E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD5 #CFD5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB5 #ABB5DE | BordersInactive statesPlaceholder text |
| 400 | 7E8E #7E8ECD | Disabled statesSecondary iconsMuted text |
| 500 | 5A6E #5A6EBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F53 #3F53A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3242 #324281 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242F #242F5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171E #171E3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E13 #0E1325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E8F5;
--charcoal-200: #CFD5EC;
--charcoal-300: #ABB5DE;
--charcoal-400: #7E8ECD;
--charcoal-500: #5A6EBF;
--charcoal-600: #3F53A2;
--charcoal-700: #324281;
--charcoal-800: #242F5C;
--charcoal-900: #171E3B;
--charcoal-950: #0E1325;
}