Charcoal
#262D5A
BlueColor Codes
All color formats for development
HEX
#262D5ARGB
rgb(38, 45, 90)HSL
hsl(232, 41%, 25%)OKLCH
oklch(0.316 0.08 274.2)CMYK
cmyk(58%, 50%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#222851
2#1E2448
3#1A1F3F
4#171B36
5#13162D
6#0F1224
7#0B0D1B
8#080912
9#040409
Tints
Lighter variations
1#313A75
2#3C4790
3#4755AB
4#5D6ABB
5#7883C7
6#939BD2
7#AEB4DD
8#C9CDE8
9#E4E6F4
Tones
Muted variations
1#282E57
2#2B3055
3#2D3252
4#30344F
5#33364D
6#35384A
7#383A48
8#3B3C45
9#3D3E42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E8 #E6E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D4 #D0D4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB3 #ACB3DC | BordersInactive statesPlaceholder text |
| 400 | 818B #818BCA | Disabled statesSecondary iconsMuted text |
| 500 | 5D6A #5D6ABB | Primary brand colorCTAsActive elementsLinks |
| 600 | 424E #424E9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 353E #353E7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262D #262D5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181D #181D3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F12 #0F1224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FA;
--charcoal-100: #E6E8F4;
--charcoal-200: #D0D4EB;
--charcoal-300: #ACB3DC;
--charcoal-400: #818BCA;
--charcoal-500: #5D6ABB;
--charcoal-600: #424E9E;
--charcoal-700: #353E7E;
--charcoal-800: #262D5A;
--charcoal-900: #181D3A;
--charcoal-950: #0F1224;
}