Royal Blue
#5F25F4
PurpleColor Codes
All color formats for development
HEX
#5F25F4RGB
rgb(95, 37, 244)HSL
hsl(257, 90%, 55%)OKLCH
oklch(0.502 0.271 283.5)CMYK
cmyk(61%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D0DF0
2#440BD5
3#3C0ABB
4#3308A0
5#2B0785
6#22066B
7#1A0450
8#110335
9#09011B
Tints
Lighter variations
1#6F3BF5
2#7F51F6
3#8F66F7
4#9F7CF8
5#AF92F9
6#BFA8FA
7#CFBEFC
8#DFD3FD
9#EFE9FE
Tones
Muted variations
1#642FE9
2#683ADF
3#6D44D5
4#714ECA
5#7659C0
6#7A63B6
7#7F6DAB
8#8378A1
9#888297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C0 #D1C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | AD90 #AD90F9 | BordersInactive statesPlaceholder text |
| 400 | 8355 #8355F6 | Disabled statesSecondary iconsMuted text |
| 500 | 5F25 #5F25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 440B #440BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3609 #3609AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2706 #270679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1904 #19044E | Primary textHigh emphasis contentDark headings |
| 950 | 1003 #100330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F0FE;
--royal-blue-100: #E6DDFD;
--royal-blue-200: #D1C0FC;
--royal-blue-300: #AD90F9;
--royal-blue-400: #8355F6;
--royal-blue-500: #5F25F4;
--royal-blue-600: #440BD5;
--royal-blue-700: #3609AA;
--royal-blue-800: #270679;
--royal-blue-900: #19044E;
--royal-blue-950: #100330;
}