Royal Blue
#621AFF
PurpleColor Codes
All color formats for development
HEX
#621AFFRGB
rgb(98, 26, 255)HSL
hsl(259, 100%, 55%)OKLCH
oklch(0.509 0.287 283.5)CMYK
cmyk(62%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5000FC
2#4700E0
3#3E00C4
4#3500A8
5#2C008C
6#240070
7#1B0054
8#120038
9#09001C
Tints
Lighter variations
1#7230FF
2#8247FF
3#915EFF
4#A175FF
5#B18CFF
6#C0A3FF
7#D0BAFF
8#E0D1FF
9#EFE8FF
Tones
Muted variations
1#6625F4
2#6B30E8
3#6F3CDD
4#7347D1
5#7753C6
6#7B5EBA
7#806AAF
8#8475A3
9#888198
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;
}