Royal Blue
#761DFC
PurpleColor Codes
All color formats for development
HEX
#761DFCRGB
rgb(118, 29, 252)HSL
hsl(264, 97%, 55%)OKLCH
oklch(0.526 0.282 290.4)CMYK
cmyk(53%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6604F9
2#5A03DD
3#4F03C1
4#4403A6
5#39028A
6#2D026F
7#220153
8#170137
9#0B001C
Tints
Lighter variations
1#8434FC
2#914AFC
3#9F61FD
4#AD77FD
5#BA8EFD
6#C8A5FE
7#D6BBFE
8#E4D2FE
9#F1E8FF
Tones
Muted variations
1#7828F0
2#7A33E5
3#7D3EDA
4#7F49CF
5#8155C4
6#8360B9
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 #EADCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BE #D7BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B98B #B98BFD | BordersInactive statesPlaceholder text |
| 400 | 944F #944FFC | Disabled statesSecondary iconsMuted text |
| 500 | 761D #761DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A03 #5A03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4803 #4803B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3302 #33027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2101 #210150 | 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: #D7BEFE;
--royal-blue-300: #B98BFD;
--royal-blue-400: #944FFC;
--royal-blue-500: #761DFC;
--royal-blue-600: #5A03DD;
--royal-blue-700: #4803B0;
--royal-blue-800: #33027E;
--royal-blue-900: #210150;
--royal-blue-950: #150132;
}