Charcoal
#272D59
BlueColor Codes
All color formats for development
HEX
#272D59RGB
rgb(39, 45, 89)HSL
hsl(233, 39%, 25%)OKLCH
oklch(0.316 0.078 275.2)CMYK
cmyk(56%, 49%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#232850
2#1F2447
3#1B1F3E
4#171B35
5#13162C
6#101223
7#0C0D1B
8#080912
9#040409
Tints
Lighter variations
1#333A73
2#3E488E
3#4A55A8
4#5F6AB9
5#7A83C5
6#959CD0
7#AFB4DC
8#CACDE8
9#E4E6F3
Tones
Muted variations
1#292F56
2#2C3154
3#2E3251
4#31344F
5#33364C
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 | ADB3 #ADB3DB | BordersInactive statesPlaceholder text |
| 400 | 838B #838BC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F6A #5F6AB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 444F #444F9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363F #363F7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 272D #272D59 | 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: #ADB3DB;
--charcoal-400: #838BC9;
--charcoal-500: #5F6AB9;
--charcoal-600: #444F9C;
--charcoal-700: #363F7C;
--charcoal-800: #272D59;
--charcoal-900: #191D39;
--charcoal-950: #101223;
}