Royal Blue
#854DFF
PurpleColor Codes
All color formats for development
HEX
#854DFFRGB
rgb(133, 77, 255)HSL
hsl(259, 100%, 65%)OKLCH
oklch(0.587 0.247 291.3)CMYK
cmyk(48%, 70%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E2BFF
2#580AFF
3#4900E8
4#3F00C7
5#3400A6
6#2A0085
7#1F0063
8#150042
9#0A0021
Tints
Lighter variations
1#915EFF
2#9D70FF
3#AA82FF
4#B694FF
5#C2A6FF
6#CEB8FF
7#DAC9FF
8#E7DBFF
9#F3EDFF
Tones
Muted variations
1#8855F6
2#8C5EED
3#8F67E4
4#9270DB
5#9579D2
6#9982C9
7#9C8BC1
8#9F94B8
9#A29DAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DB #E7DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BD #D2BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8A #AF8AFF | BordersInactive statesPlaceholder text |
| 400 | 854D #854DFF | Disabled statesSecondary iconsMuted text |
| 500 | 621A #621AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 4700 #4700E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3900 #3900B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2800 #280080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A00 #1A0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1000 #100033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F0FF;
--royal-blue-100: #E7DBFF;
--royal-blue-200: #D2BDFF;
--royal-blue-300: #AF8AFF;
--royal-blue-400: #854DFF;
--royal-blue-500: #621AFF;
--royal-blue-600: #4700E0;
--royal-blue-700: #3900B3;
--royal-blue-800: #280080;
--royal-blue-900: #1A0052;
--royal-blue-950: #100033;
}