Royal Blue
#5925F4
PurpleColor Codes
All color formats for development
HEX
#5925F4RGB
rgb(89, 37, 244)HSL
hsl(255, 90%, 55%)OKLCH
oklch(0.496 0.272 281.5)CMYK
cmyk(64%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#450DF0
2#3E0BD5
3#360ABB
4#2E08A0
5#270785
6#1F066B
7#170450
8#0F0335
9#08011B
Tints
Lighter variations
1#693BF5
2#7A51F6
3#8B66F7
4#9B7CF8
5#AC92F9
6#BCA8FA
7#CDBEFC
8#DED3FD
9#EEE9FE
Tones
Muted variations
1#5E2FE9
2#633ADF
3#6844D5
4#6D4ECA
5#7259C0
6#7863B6
7#7D6DAB
8#8278A1
9#878297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC0 #CFC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | AA90 #AA90F9 | BordersInactive statesPlaceholder text |
| 400 | 7E55 #7E55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 5925 #5925F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E0B #3E0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3109 #3109AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2306 #230679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1604 #16044E | Primary textHigh emphasis contentDark headings |
| 950 | 0E03 #0E0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F0FE;
--royal-blue-100: #E5DDFD;
--royal-blue-200: #CFC0FC;
--royal-blue-300: #AA90F9;
--royal-blue-400: #7E55F6;
--royal-blue-500: #5925F4;
--royal-blue-600: #3E0BD5;
--royal-blue-700: #3109AA;
--royal-blue-800: #230679;
--royal-blue-900: #16044E;
--royal-blue-950: #0E0330;
}