Charcoal
#292D57
BlueColor Codes
All color formats for development
HEX
#292D57RGB
rgb(41, 45, 87)HSL
hsl(235, 36%, 25%)OKLCH
oklch(0.316 0.074 277.1)CMYK
cmyk(53%, 48%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25284E
2#212445
3#1D1F3D
4#181B34
5#14162B
6#101223
7#0C0D1A
8#080911
9#040409
Tints
Lighter variations
1#353A71
2#41478B
3#4E55A5
4#636AB6
5#7D83C2
6#979CCE
7#B1B4DA
8#CBCDE7
9#E5E6F3
Tones
Muted variations
1#2B2F54
2#2D3052
3#303250
4#32344E
5#34364B
6#373849
7#393A47
8#3B3C44
9#3D3E42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E8 #E7E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D4 #D2D4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB3 #AFB3D9 | BordersInactive statesPlaceholder text |
| 400 | 868B #868BC6 | Disabled statesSecondary iconsMuted text |
| 500 | 636A #636AB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 484F #484F99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 393E #393E79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 292D #292D57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1D #1A1D37 | Primary textHigh emphasis contentDark headings |
| 950 | 1012 #101223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5FA;
--charcoal-100: #E7E8F4;
--charcoal-200: #D2D4EA;
--charcoal-300: #AFB3D9;
--charcoal-400: #868BC6;
--charcoal-500: #636AB6;
--charcoal-600: #484F99;
--charcoal-700: #393E79;
--charcoal-800: #292D57;
--charcoal-900: #1A1D37;
--charcoal-950: #101223;
}