Royal Blue
#721DFC
PurpleColor Codes
All color formats for development
HEX
#721DFCRGB
rgb(114, 29, 252)HSL
hsl(263, 97%, 55%)OKLCH
oklch(0.522 0.282 289.1)CMYK
cmyk(55%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6204F9
2#5703DD
3#4C03C1
4#4103A6
5#36028A
6#2B026F
7#210153
8#160137
9#0B001C
Tints
Lighter variations
1#8034FC
2#8E4AFC
3#9C61FD
4#AB77FD
5#B98EFD
6#C7A5FE
7#D5BBFE
8#E3D2FE
9#F1E8FF
Tones
Muted variations
1#7528F0
2#7733E5
3#7A3EDA
4#7D49CF
5#7F55C4
6#8260B9
7#846BAE
8#8776A3
9#8A8197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DC #E9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6BE #D6BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B78B #B78BFD | BordersInactive statesPlaceholder text |
| 400 | 924F #924FFC | Disabled statesSecondary iconsMuted text |
| 500 | 721D #721DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5703 #5703DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4503 #4503B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3102 #31027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2001 #200150 | Primary textHigh emphasis contentDark headings |
| 950 | 1401 #140132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F0FF;
--royal-blue-100: #E9DCFE;
--royal-blue-200: #D6BEFE;
--royal-blue-300: #B78BFD;
--royal-blue-400: #924FFC;
--royal-blue-500: #721DFC;
--royal-blue-600: #5703DD;
--royal-blue-700: #4503B0;
--royal-blue-800: #31027E;
--royal-blue-900: #200150;
--royal-blue-950: #140132;
}