Royal Blue
#722BEE
PurpleColor Codes
All color formats for development
HEX
#722BEERGB
rgb(114, 43, 238)HSL
hsl(262, 85%, 55%)OKLCH
oklch(0.518 0.26 290.5)CMYK
cmyk(52%, 82%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6213EA
2#5711D0
3#4C0FB6
4#410D9C
5#360B82
6#2B0868
7#21064E
8#160434
9#0B021A
Tints
Lighter variations
1#8040F0
2#8E55F1
3#9C6AF3
4#AB80F5
5#B995F6
6#C7AAF8
7#D5BFFA
8#E3D5FC
9#F1EAFD
Tones
Muted variations
1#7534E4
2#773EDA
3#7A48D1
4#7D52C7
5#7F5BBD
6#8265B3
7#846FAA
8#8779A0
9#8A8296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DE #E9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C2 #D6C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B792 #B792F6 | BordersInactive statesPlaceholder text |
| 400 | 925A #925AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 722B #722BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5711 #5711D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 450D #450DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 310A #310A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2006 #20064B | Primary textHigh emphasis contentDark headings |
| 950 | 1404 #14042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F1FE;
--royal-blue-100: #E9DEFC;
--royal-blue-200: #D6C2FA;
--royal-blue-300: #B792F6;
--royal-blue-400: #925AF2;
--royal-blue-500: #722BEE;
--royal-blue-600: #5711D0;
--royal-blue-700: #450DA5;
--royal-blue-800: #310A76;
--royal-blue-900: #20064B;
--royal-blue-950: #14042F;
}