Charcoal
#34357F
BlueColor Codes
All color formats for development
HEX
#34357FRGB
rgb(52, 53, 127)HSL
hsl(239, 42%, 35%)OKLCH
oklch(0.373 0.122 278.1)CMYK
cmyk(59%, 58%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F3072
2#292A65
3#242559
4#1F204C
5#1A1B3F
6#151533
7#101026
8#0A0B19
9#05050D
Tints
Lighter variations
1#3D3F96
2#4749AE
3#5A5CBC
4#7273C5
5#898ACF
6#A1A2D9
7#B8B9E2
8#D0D0EC
9#E7E8F5
Tones
Muted variations
1#38397B
2#3B3C77
3#3F4073
4#434470
5#47476C
6#4A4B68
7#4E4E64
8#525261
9#56565D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E6 #E6E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D0 #D0D0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACAD #ACADDD | BordersInactive statesPlaceholder text |
| 400 | 8082 #8082CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C5E #5C5EBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4143 #41439F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3435 #34357F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2526 #25265B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1818 #18183A | Primary textHigh emphasis contentDark headings |
| 950 | 0F0F #0F0F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E6E6F5;
--charcoal-200: #D0D0EC;
--charcoal-300: #ACADDD;
--charcoal-400: #8082CB;
--charcoal-500: #5C5EBC;
--charcoal-600: #41439F;
--charcoal-700: #34357F;
--charcoal-800: #25265B;
--charcoal-900: #18183A;
--charcoal-950: #0F0F24;
}