Royal Blue
#761FF9
PurpleColor Codes
All color formats for development
HEX
#761FF9RGB
rgb(118, 31, 249)HSL
hsl(264, 95%, 55%)OKLCH
oklch(0.525 0.278 290.8)CMYK
cmyk(53%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6606F6
2#5B06DB
3#5005BF
4#4404A4
5#390489
6#2D036D
7#220252
8#170137
9#0B011B
Tints
Lighter variations
1#8436FA
2#924CFA
3#9F62FB
4#AD79FC
5#BB8FFC
6#C8A5FD
7#D6BCFD
8#E4D2FE
9#F1E9FE
Tones
Muted variations
1#792AEE
2#7B35E3
3#7D40D9
4#7F4BCE
5#8156C3
6#8461B8
7#866CAD
8#8876A2
9#8A8197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADC #EADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8BE #D8BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B98D #B98DFC | BordersInactive statesPlaceholder text |
| 400 | 9551 #9551FB | Disabled statesSecondary iconsMuted text |
| 500 | 761F #761FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B06 #5B06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4804 #4804AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3403 #34037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2102 #210250 | Primary textHigh emphasis contentDark headings |
| 950 | 1501 #150132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F0FF;
--royal-blue-100: #EADCFE;
--royal-blue-200: #D8BEFD;
--royal-blue-300: #B98DFC;
--royal-blue-400: #9551FB;
--royal-blue-500: #761FF9;
--royal-blue-600: #5B06DB;
--royal-blue-700: #4804AE;
--royal-blue-800: #34037C;
--royal-blue-900: #210250;
--royal-blue-950: #150132;
}