Royal Blue
#792BEE
PurpleColor Codes
All color formats for development
HEX
#792BEERGB
rgb(121, 43, 238)HSL
hsl(264, 85%, 55%)OKLCH
oklch(0.525 0.26 293)CMYK
cmyk(49%, 82%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6913EA
2#5D11D0
3#510FB6
4#460D9C
5#3A0B82
6#2F0868
7#23064E
8#170434
9#0C021A
Tints
Lighter variations
1#8640F0
2#9455F1
3#A16AF3
4#AE80F5
5#BC95F6
6#C9AAF8
7#D7BFFA
8#E4D5FC
9#F2EAFD
Tones
Muted variations
1#7B34E4
2#7D3EDA
3#7F48D1
4#8152C7
5#825BBD
6#8465B3
7#866FAA
8#8879A0
9#8A8296
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 #D8C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | BA92 #BA92F6 | BordersInactive statesPlaceholder text |
| 400 | 975A #975AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 792B #792BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D11 #5D11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A0D #4A0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 350A #350A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2206 #22064B | 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: #D8C2FA;
--royal-blue-300: #BA92F6;
--royal-blue-400: #975AF2;
--royal-blue-500: #792BEE;
--royal-blue-600: #5D11D0;
--royal-blue-700: #4A0DA5;
--royal-blue-800: #350A76;
--royal-blue-900: #22064B;
--royal-blue-950: #15042F;
}