Royal Blue
#764DFF
BlueColor Codes
All color formats for development
HEX
#764DFFRGB
rgb(118, 77, 255)HSL
hsl(254, 100%, 65%)OKLCH
oklch(0.573 0.247 286.2)CMYK
cmyk(54%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D2BFF
2#430AFF
3#3600E8
4#2E00C7
5#2700A6
6#1F0085
7#170063
8#0F0042
9#080021
Tints
Lighter variations
1#845EFF
2#9270FF
3#9F82FF
4#AD94FF
5#BBA6FF
6#C8B8FF
7#D6C9FF
8#E4DBFF
9#F1EDFF
Tones
Muted variations
1#7B55F6
2#805EED
3#8467E4
4#8970DB
5#8E79D2
6#9382C9
7#978BC1
8#9C94B8
9#A19DAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DB #E4DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCBD #CCBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | A58A #A58AFF | BordersInactive statesPlaceholder text |
| 400 | 764D #764DFF | Disabled statesSecondary iconsMuted text |
| 500 | 4F1A #4F1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3400 #3400E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A00 #2A00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E00 #1E0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1300 #130052 | Primary textHigh emphasis contentDark headings |
| 950 | 0C00 #0C0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F0FF;
--royal-blue-100: #E4DBFF;
--royal-blue-200: #CCBDFF;
--royal-blue-300: #A58AFF;
--royal-blue-400: #764DFF;
--royal-blue-500: #4F1AFF;
--royal-blue-600: #3400E0;
--royal-blue-700: #2A00B3;
--royal-blue-800: #1E0080;
--royal-blue-900: #130052;
--royal-blue-950: #0C0033;
}