Royal Blue
#804EFD
PurpleColor Codes
All color formats for development
HEX
#804EFDRGB
rgb(128, 78, 253)HSL
hsl(257, 98%, 65%)OKLCH
oklch(0.582 0.243 289.7)CMYK
cmyk(49%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#682DFD
2#510DFD
3#4302E6
4#3902C5
5#3002A4
6#260183
7#1D0162
8#130142
9#0A0021
Tints
Lighter variations
1#8D60FD
2#9972FE
3#A683FE
4#B395FE
5#BFA7FE
6#CCB8FE
7#D9CAFE
8#E6DCFF
9#F2EDFF
Tones
Muted variations
1#8457F4
2#8760EC
3#8B69E3
4#8F71DA
5#937AD1
6#9783C9
7#9A8CC0
8#9E94B7
9#A29DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DC #E6DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0BD #D0BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AB8B #AB8BFE | BordersInactive statesPlaceholder text |
| 400 | 804E #804EFD | Disabled statesSecondary iconsMuted text |
| 500 | 5C1C #5C1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 4102 #4102DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3302 #3302B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2501 #25017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1701 #170151 | Primary textHigh emphasis contentDark headings |
| 950 | 0F01 #0F0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F0FF;
--royal-blue-100: #E6DCFF;
--royal-blue-200: #D0BDFE;
--royal-blue-300: #AB8BFE;
--royal-blue-400: #804EFD;
--royal-blue-500: #5C1CFD;
--royal-blue-600: #4102DE;
--royal-blue-700: #3302B1;
--royal-blue-800: #25017E;
--royal-blue-900: #170151;
--royal-blue-950: #0F0132;
}