Royal Blue
#7723F6
PurpleColor Codes
All color formats for development
HEX
#7723F6RGB
rgb(119, 35, 246)HSL
hsl(264, 92%, 55%)OKLCH
oklch(0.525 0.273 291.4)CMYK
cmyk(52%, 86%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#670AF2
2#5C09D7
3#5008BC
4#4507A2
5#390687
6#2E046C
7#220351
8#170236
9#0B011B
Tints
Lighter variations
1#8539F7
2#924FF8
3#A065F9
4#AD7BF9
5#BB91FA
6#C9A7FB
7#D6BDFC
8#E4D3FD
9#F1E9FE
Tones
Muted variations
1#792DEB
2#7B38E1
3#7D42D6
4#804DCC
5#8257C1
6#8462B6
7#866DAC
8#8877A1
9#8A8297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8BF #D8BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | BA8E #BA8EFA | BordersInactive statesPlaceholder text |
| 400 | 9554 #9554F8 | Disabled statesSecondary iconsMuted text |
| 500 | 7723 #7723F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C09 #5C09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4907 #4907AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3405 #34057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2103 #21034E | Primary textHigh emphasis contentDark headings |
| 950 | 1502 #150231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F0FE;
--royal-blue-100: #EADDFE;
--royal-blue-200: #D8BFFC;
--royal-blue-300: #BA8EFA;
--royal-blue-400: #9554F8;
--royal-blue-500: #7723F6;
--royal-blue-600: #5C09D7;
--royal-blue-700: #4907AB;
--royal-blue-800: #34057A;
--royal-blue-900: #21034E;
--royal-blue-950: #150231;
}