Charcoal
#272759
BlueColor Codes
All color formats for development
HEX
#272759RGB
rgb(39, 39, 89)HSL
hsl(240, 39%, 25%)OKLCH
oklch(0.303 0.088 279.8)CMYK
cmyk(56%, 56%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#232350
2#1F1F47
3#1B1B3E
4#171735
5#13132C
6#101023
7#0C0C1B
8#080812
9#040409
Tints
Lighter variations
1#333373
2#3E3E8E
3#4A4AA8
4#5F5FB9
5#7A7AC5
6#9595D0
7#AFAFDC
8#CACAE8
9#E4E4F3
Tones
Muted variations
1#292956
2#2C2C54
3#2E2E51
4#31314F
5#33334C
6#36364A
7#383847
8#3B3B45
9#3D3D42
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E6 #E6E6F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D1 #D1D1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADAD #ADADDB | BordersInactive statesPlaceholder text |
| 400 | 8383 #8383C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F5F #5F5FB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4444 #44449C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3636 #36367C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2727 #272759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1919 #191939 | Primary textHigh emphasis contentDark headings |
| 950 | 1010 #101023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FA;
--charcoal-100: #E6E6F4;
--charcoal-200: #D1D1EB;
--charcoal-300: #ADADDB;
--charcoal-400: #8383C9;
--charcoal-500: #5F5FB9;
--charcoal-600: #44449C;
--charcoal-700: #36367C;
--charcoal-800: #272759;
--charcoal-900: #191939;
--charcoal-950: #101023;
}