Charcoal
#282E57
BlueColor Codes
All color formats for development
HEX
#282E57RGB
rgb(40, 46, 87)HSL
hsl(232, 37%, 25%)OKLCH
oklch(0.318 0.073 275.2)CMYK
cmyk(54%, 47%, 0%, 66%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#242A4F
2#202546
3#1C213D
4#181C34
5#14172C
6#101323
7#0C0E1A
8#080911
9#040509
Tints
Lighter variations
1#343C72
2#404A8C
3#4C58A6
4#626DB7
5#7C85C3
6#969ECF
7#B0B6DB
8#CBCEE7
9#E5E7F3
Tones
Muted variations
1#2B3055
2#2D3253
3#2F3450
4#32354E
5#34374C
6#363949
7#393B47
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 | D2D5 #D2D5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB4 #AFB4DA | BordersInactive statesPlaceholder text |
| 400 | 858E #858EC7 | Disabled statesSecondary iconsMuted text |
| 500 | 626D #626DB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4752 #47529A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3841 #38417A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282E #282E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1E #1A1E38 | Primary textHigh emphasis contentDark headings |
| 950 | 1013 #101323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5FA;
--charcoal-100: #E7E8F4;
--charcoal-200: #D2D5EA;
--charcoal-300: #AFB4DA;
--charcoal-400: #858EC7;
--charcoal-500: #626DB7;
--charcoal-600: #47529A;
--charcoal-700: #38417A;
--charcoal-800: #282E57;
--charcoal-900: #1A1E38;
--charcoal-950: #101323;
}