Blue
#3400E0
BlueColor Codes
All color formats for development
HEX
#3400E0RGB
rgb(52, 0, 224)HSL
hsl(254, 100%, 44%)OKLCH
oklch(0.428 0.273 273)CMYK
cmyk(77%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F00CA
2#2A00B4
3#25009D
4#1F0087
5#1A0070
6#15005A
7#100043
8#0A002D
9#050016
Tints
Lighter variations
1#3B00FD
2#501BFF
3#6637FF
4#7C54FF
5#9270FF
6#A78DFF
7#BDA9FF
8#D3C6FF
9#E9E2FF
Tones
Muted variations
1#3A0BD5
2#4016CA
3#4622BF
4#4C2DB4
5#5238A8
6#58439D
7#5E4F92
8#645A87
9#6A657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DB #E4DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCBD #CCBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | A58A #A58AFF | BordersInactive statesPlaceholder text |
| 400 | 764D #764DFF | Disabled statesSecondary iconsMuted text |
| 500 | 4F1A #4F1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3400 #3400E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A00 #2A00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E00 #1E0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1300 #130052 | Primary textHigh emphasis contentDark headings |
| 950 | 0C00 #0C0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F3F0FF;
--blue-100: #E4DBFF;
--blue-200: #CCBDFF;
--blue-300: #A58AFF;
--blue-400: #764DFF;
--blue-500: #4F1AFF;
--blue-600: #3400E0;
--blue-700: #2A00B3;
--blue-800: #1E0080;
--blue-900: #130052;
--blue-950: #0C0033;
}