Royal Blue
#5434E5
BlueColor Codes
All color formats for development
HEX
#5434E5RGB
rgb(84, 52, 229)HSL
hsl(251, 77%, 55%)OKLCH
oklch(0.491 0.246 280.6)CMYK
cmyk(63%, 77%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#411DDF
2#391AC7
3#3217AE
4#2B1395
5#24107C
6#1D0D63
7#160A4A
8#0E0632
9#070319
Tints
Lighter variations
1#6548E7
2#765DEA
3#8871ED
4#9985EF
5#AA99F2
6#BBAEF4
7#CCC2F7
8#DDD6FA
9#EEEBFC
Tones
Muted variations
1#5A3DDC
2#5F46D3
3#654ECA
4#6B57C1
5#7060B8
6#7669B0
7#7B72A7
8#817B9E
9#878395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DF #E4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC4 #CEC4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A897 #A897F2 | BordersInactive statesPlaceholder text |
| 400 | 7A61 #7A61EA | Disabled statesSecondary iconsMuted text |
| 500 | 5434 #5434E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 391A #391AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E15 #2E159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 210F #210F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1509 #150948 | Primary textHigh emphasis contentDark headings |
| 950 | 0D06 #0D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FD;
--royal-blue-100: #E4DFFB;
--royal-blue-200: #CEC4F7;
--royal-blue-300: #A897F2;
--royal-blue-400: #7A61EA;
--royal-blue-500: #5434E5;
--royal-blue-600: #391AC7;
--royal-blue-700: #2E159E;
--royal-blue-800: #210F71;
--royal-blue-900: #150948;
--royal-blue-950: #0D062D;
}