Charcoal
#272959
BlueColor Codes
All color formats for development
HEX
#272959RGB
rgb(39, 41, 89)HSL
hsl(238, 39%, 25%)OKLCH
oklch(0.307 0.085 278.4)CMYK
cmyk(56%, 54%, 0%, 65%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#232450
2#1F2047
3#1B1C3E
4#171835
5#13142C
6#101023
7#0C0C1B
8#080812
9#040409
Tints
Lighter variations
1#333573
2#3E418E
3#4A4DA8
4#5F62B9
5#7A7DC5
6#9597D0
7#AFB1DC
8#CACBE8
9#E4E5F3
Tones
Muted variations
1#292B56
2#2C2D54
3#2E3051
4#31324F
5#33344C
6#36364A
7#383947
8#3B3B45
9#3D3D42
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 | D1D2 #D1D2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADAF #ADAFDB | BordersInactive statesPlaceholder text |
| 400 | 8385 #8385C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F62 #5F62B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4447 #44479C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3639 #36397C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2729 #272959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191A #191A39 | 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: #F4F5FA;
--charcoal-100: #E6E7F4;
--charcoal-200: #D1D2EB;
--charcoal-300: #ADAFDB;
--charcoal-400: #8385C9;
--charcoal-500: #5F62B9;
--charcoal-600: #44479C;
--charcoal-700: #36397C;
--charcoal-800: #272959;
--charcoal-900: #191A39;
--charcoal-950: #101023;
}