Charcoal
#272B59
BlueColor Codes
All color formats for development
HEX
#272B59RGB
rgb(39, 43, 89)HSL
hsl(235, 39%, 25%)OKLCH
oklch(0.312 0.081 276.8)CMYK
cmyk(56%, 52%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#232750
2#1F2247
3#1B1E3E
4#171A35
5#13162C
6#101123
7#0C0D1B
8#080912
9#040409
Tints
Lighter variations
1#333873
2#3E458E
3#4A52A8
4#5F67B9
5#7A80C5
6#959AD0
7#AFB3DC
8#CACCE8
9#E4E6F3
Tones
Muted variations
1#292D56
2#2C2F54
3#2E3151
4#31334F
5#33354C
6#36374A
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 | E6E7 #E6E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D3 #D1D3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB1 #ADB1DB | BordersInactive statesPlaceholder text |
| 400 | 8389 #8389C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F67 #5F67B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 444C #444C9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363C #363C7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 272B #272B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191C #191C39 | Primary textHigh emphasis contentDark headings |
| 950 | 1011 #101123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FA;
--charcoal-100: #E6E7F4;
--charcoal-200: #D1D3EB;
--charcoal-300: #ADB1DB;
--charcoal-400: #8389C9;
--charcoal-500: #5F67B9;
--charcoal-600: #444C9C;
--charcoal-700: #363C7C;
--charcoal-800: #272B59;
--charcoal-900: #191C39;
--charcoal-950: #101123;
}