Royal Blue
#7D4FFC
PurpleColor Codes
All color formats for development
HEX
#7D4FFCRGB
rgb(125, 79, 252)HSL
hsl(256, 97%, 65%)OKLCH
oklch(0.58 0.241 288.7)CMYK
cmyk(50%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#652FFC
2#4D0EFB
3#4003E5
4#3603C4
5#2D02A3
6#240283
7#1B0162
8#120141
9#090021
Tints
Lighter variations
1#8A61FD
2#9772FD
3#A484FD
4#B196FD
5#BEA7FE
6#CBB9FE
7#D8CAFE
8#E5DCFE
9#F2EDFF
Tones
Muted variations
1#8158F4
2#8560EB
3#8969E2
4#8E72DA
5#927AD1
6#9683C8
7#9A8CC0
8#9E94B7
9#A29DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DC #E5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFBE #CFBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AA8B #AA8BFD | BordersInactive statesPlaceholder text |
| 400 | 7D4F #7D4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 581D #581DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D03 #3D03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3103 #3103B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2302 #23027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1601 #160150 | Primary textHigh emphasis contentDark headings |
| 950 | 0E01 #0E0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F0FF;
--royal-blue-100: #E5DCFE;
--royal-blue-200: #CFBEFE;
--royal-blue-300: #AA8BFD;
--royal-blue-400: #7D4FFC;
--royal-blue-500: #581DFC;
--royal-blue-600: #3D03DD;
--royal-blue-700: #3103B0;
--royal-blue-800: #23027E;
--royal-blue-900: #160150;
--royal-blue-950: #0E0132;
}