Royal Blue
#754FFC
BlueColor Codes
All color formats for development
HEX
#754FFCRGB
rgb(117, 79, 252)HSL
hsl(253, 97%, 65%)OKLCH
oklch(0.573 0.242 286)CMYK
cmyk(54%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B2FFC
2#410EFB
3#3403E5
4#2D03C4
5#2502A3
6#1E0283
7#160162
8#0F0141
9#070021
Tints
Lighter variations
1#8361FD
2#9072FD
3#9E84FD
4#AC96FD
5#BAA7FE
6#C8B9FE
7#D6CAFE
8#E3DCFE
9#F1EDFF
Tones
Muted variations
1#7A58F4
2#7F60EB
3#8369E2
4#8872DA
5#8D7AD1
6#9283C8
7#978CC0
8#9C94B7
9#A19DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DC #E3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCBE #CCBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A48B #A48BFD | BordersInactive statesPlaceholder text |
| 400 | 754F #754FFC | Disabled statesSecondary iconsMuted text |
| 500 | 4D1D #4D1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 3303 #3303DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2803 #2803B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D02 #1D027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1201 #120150 | Primary textHigh emphasis contentDark headings |
| 950 | 0B01 #0B0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F0FF;
--royal-blue-100: #E3DCFE;
--royal-blue-200: #CCBEFE;
--royal-blue-300: #A48BFD;
--royal-blue-400: #754FFC;
--royal-blue-500: #4D1DFC;
--royal-blue-600: #3303DD;
--royal-blue-700: #2803B0;
--royal-blue-800: #1D027E;
--royal-blue-900: #120150;
--royal-blue-950: #0B0132;
}