Royal Blue
#5722F7
PurpleColor Codes
All color formats for development
HEX
#5722F7RGB
rgb(87, 34, 247)HSL
hsl(255, 93%, 55%)OKLCH
oklch(0.496 0.277 280.7)CMYK
cmyk(65%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4409F4
2#3C08D9
3#3507BD
4#2D06A2
5#260587
6#1E046C
7#170351
8#0F0236
9#08011B
Tints
Lighter variations
1#6838F8
2#794EF9
3#8964F9
4#9A7AFA
5#AB90FB
6#BCA6FC
7#CDBDFD
8#DDD3FD
9#EEE9FE
Tones
Muted variations
1#5C2CEC
2#6237E2
3#6742D7
4#6C4CCC
5#7257C2
6#7762B7
7#7C6CAC
8#8277A2
9#878297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEBF #CEBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A98E #A98EFB | BordersInactive statesPlaceholder text |
| 400 | 7C53 #7C53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 5722 #5722F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3C08 #3C08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3006 #3006AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2204 #22047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1603 #16034F | Primary textHigh emphasis contentDark headings |
| 950 | 0E02 #0E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F0FE;
--royal-blue-100: #E5DDFE;
--royal-blue-200: #CEBFFD;
--royal-blue-300: #A98EFB;
--royal-blue-400: #7C53F9;
--royal-blue-500: #5722F7;
--royal-blue-600: #3C08D9;
--royal-blue-700: #3006AC;
--royal-blue-800: #22047B;
--royal-blue-900: #16034F;
--royal-blue-950: #0E0231;
}