Charcoal
#272E59
BlueColor Codes
All color formats for development
HEX
#272E59RGB
rgb(39, 46, 89)HSL
hsl(232, 39%, 25%)OKLCH
oklch(0.318 0.077 274.3)CMYK
cmyk(56%, 48%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#232950
2#1F2447
3#1B203E
4#171B35
5#13172C
6#101223
7#0C0E1B
8#080912
9#040509
Tints
Lighter variations
1#333B73
2#3E498E
3#4A56A8
4#5F6BB9
5#7A84C5
6#959DD0
7#AFB5DC
8#CACEE8
9#E4E6F3
Tones
Muted variations
1#292F56
2#2C3154
3#2E3351
4#31354F
5#33374C
6#36384A
7#383A47
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 | D1D4 #D1D4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB4 #ADB4DB | BordersInactive statesPlaceholder text |
| 400 | 838C #838CC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F6B #5F6BB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4450 #44509C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3640 #36407C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 272E #272E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191D #191D39 | 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: #F4F5FA;
--charcoal-100: #E6E8F4;
--charcoal-200: #D1D4EB;
--charcoal-300: #ADB4DB;
--charcoal-400: #838CC9;
--charcoal-500: #5F6BB9;
--charcoal-600: #44509C;
--charcoal-700: #36407C;
--charcoal-800: #272E59;
--charcoal-900: #191D39;
--charcoal-950: #101223;
}