Royal Blue
#5433E6
BlueColor Codes
All color formats for development
HEX
#5433E6RGB
rgb(84, 51, 230)HSL
hsl(251, 78%, 55%)OKLCH
oklch(0.491 0.248 280.5)CMYK
cmyk(63%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#401CE1
2#3919C8
3#3216AF
4#2B1396
5#230F7D
6#1C0C64
7#15094B
8#0E0632
9#070319
Tints
Lighter variations
1#6547E8
2#765CEB
3#8770ED
4#9884F0
5#A999F2
6#BAADF5
7#CCC2F7
8#DDD6FA
9#EEEBFC
Tones
Muted variations
1#593CDD
2#5F45D4
3#654ECB
4#6A57C2
5#705FB9
6#7668B0
7#7B71A7
8#817A9E
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 | CDC4 #CDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A797 #A797F2 | BordersInactive statesPlaceholder text |
| 400 | 7A60 #7A60EB | Disabled statesSecondary iconsMuted text |
| 500 | 5433 #5433E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3919 #3919C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D14 #2D149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 200E #200E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1509 #150949 | 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: #CDC4F8;
--royal-blue-300: #A797F2;
--royal-blue-400: #7A60EB;
--royal-blue-500: #5433E6;
--royal-blue-600: #3919C8;
--royal-blue-700: #2D149F;
--royal-blue-800: #200E71;
--royal-blue-900: #150949;
--royal-blue-950: #0D062D;
}