Royal Blue
#5723F6
PurpleColor Codes
All color formats for development
HEX
#5723F6RGB
rgb(87, 35, 246)HSL
hsl(255, 92%, 55%)OKLCH
oklch(0.496 0.275 280.7)CMYK
cmyk(65%, 86%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#440AF2
2#3D09D7
3#3508BC
4#2D07A2
5#260687
6#1E046C
7#170351
8#0F0236
9#08011B
Tints
Lighter variations
1#6839F7
2#794FF8
3#8A65F9
4#9A7BF9
5#AB91FA
6#BCA7FB
7#CDBDFC
8#DDD3FD
9#EEE9FE
Tones
Muted variations
1#5D2DEB
2#6238E1
3#6742D6
4#6D4DCC
5#7257C1
6#7762B6
7#7C6DAC
8#8277A1
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 | CFBF #CFBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | A98E #A98EFA | BordersInactive statesPlaceholder text |
| 400 | 7D54 #7D54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 5723 #5723F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D09 #3D09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3007 #3007AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2205 #22057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1603 #16034E | 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: #CFBFFC;
--royal-blue-300: #A98EFA;
--royal-blue-400: #7D54F8;
--royal-blue-500: #5723F6;
--royal-blue-600: #3D09D7;
--royal-blue-700: #3007AB;
--royal-blue-800: #22057A;
--royal-blue-900: #16034E;
--royal-blue-950: #0E0231;
}