Royal Blue
#661AFF
PurpleColor Codes
All color formats for development
HEX
#661AFFRGB
rgb(102, 26, 255)HSL
hsl(260, 100%, 55%)OKLCH
oklch(0.512 0.287 284.8)CMYK
cmyk(60%, 90%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5400FC
2#4B00E0
3#4100C4
4#3800A8
5#2F008C
6#250070
7#1C0054
8#130038
9#09001C
Tints
Lighter variations
1#7530FF
2#8547FF
3#945EFF
4#A375FF
5#B38CFF
6#C2A3FF
7#D1BAFF
8#E0D1FF
9#F0E8FF
Tones
Muted variations
1#6A25F4
2#6E30E8
3#713CDD
4#7547D1
5#7953C6
6#7D5EBA
7#816AAF
8#8575A3
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 | D3BD #D3BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | B18A #B18AFF | BordersInactive statesPlaceholder text |
| 400 | 884D #884DFF | Disabled statesSecondary iconsMuted text |
| 500 | 661A #661AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B00 #4B00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B00 #3B00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A00 #2A0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B00 #1B0052 | Primary textHigh emphasis contentDark headings |
| 950 | 1100 #110033 | 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: #D3BDFF;
--royal-blue-300: #B18AFF;
--royal-blue-400: #884DFF;
--royal-blue-500: #661AFF;
--royal-blue-600: #4B00E0;
--royal-blue-700: #3B00B3;
--royal-blue-800: #2A0080;
--royal-blue-900: #1B0052;
--royal-blue-950: #110033;
}