Royal Blue
#792DEB
PurpleColor Codes
All color formats for development
HEX
#792DEBRGB
rgb(121, 45, 235)HSL
hsl(264, 83%, 55%)OKLCH
oklch(0.524 0.256 293.4)CMYK
cmyk(49%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6915E7
2#5E13CD
3#5211B4
4#460E9A
5#3A0C80
6#2F0A67
7#23074D
8#170533
9#0C021A
Tints
Lighter variations
1#8742ED
2#9457EF
3#A16CF1
4#AF81F3
5#BC96F5
6#C9ABF7
7#D7C0F9
8#E4D5FB
9#F2EAFD
Tones
Muted variations
1#7B37E2
2#7D40D8
3#7F4ACF
4#8153C5
5#835DBC
6#8566B2
7#8770A9
8#88799F
9#8A8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADE #EADEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C2 #D8C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | BB94 #BB94F5 | BordersInactive statesPlaceholder text |
| 400 | 975C #975CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 792D #792DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E13 #5E13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A0F #4A0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 350B #350B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2207 #22074B | Primary textHigh emphasis contentDark headings |
| 950 | 1504 #15042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F1FE;
--royal-blue-100: #EADEFC;
--royal-blue-200: #D8C2F9;
--royal-blue-300: #BB94F5;
--royal-blue-400: #975CF0;
--royal-blue-500: #792DEB;
--royal-blue-600: #5E13CD;
--royal-blue-700: #4A0FA3;
--royal-blue-800: #350B75;
--royal-blue-900: #22074B;
--royal-blue-950: #15042F;
}