Royal Blue
#761CFD
PurpleColor Codes
All color formats for development
HEX
#761CFDRGB
rgb(118, 28, 253)HSL
hsl(264, 98%, 55%)OKLCH
oklch(0.527 0.283 290.3)CMYK
cmyk(53%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6503FA
2#5A02DE
3#4F02C2
4#4402A7
5#38018B
6#2D016F
7#220153
8#170138
9#0B001C
Tints
Lighter variations
1#8333FD
2#9149FD
3#9F60FD
4#AD77FE
5#BA8DFE
6#C8A4FE
7#D6BBFE
8#E4D2FF
9#F1E8FF
Tones
Muted variations
1#7827F1
2#7A32E6
3#7D3EDB
4#7F49D0
5#8154C4
6#835FB9
7#866BAE
8#8876A3
9#8A8197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADC #EADCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BD #D7BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B98B #B98BFE | BordersInactive statesPlaceholder text |
| 400 | 944E #944EFD | Disabled statesSecondary iconsMuted text |
| 500 | 761C #761CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A02 #5A02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4802 #4802B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3301 #33017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2101 #210151 | 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: #EADCFF;
--royal-blue-200: #D7BDFE;
--royal-blue-300: #B98BFE;
--royal-blue-400: #944EFD;
--royal-blue-500: #761CFD;
--royal-blue-600: #5A02DE;
--royal-blue-700: #4802B1;
--royal-blue-800: #33017E;
--royal-blue-900: #210151;
--royal-blue-950: #150132;
}