Royal Blue
#641EFA
PurpleColor Codes
All color formats for development
HEX
#641EFARGB
rgb(100, 30, 250)HSL
hsl(259, 96%, 55%)OKLCH
oklch(0.508 0.28 284.7)CMYK
cmyk(60%, 88%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5205F7
2#4904DC
3#4004C0
4#3703A5
5#2D0389
6#24026E
7#1B0252
8#120137
9#09011B
Tints
Lighter variations
1#7335FB
2#834BFB
3#9262FC
4#A278FC
5#B18FFD
6#C1A5FD
7#D0BCFE
8#E0D2FE
9#EFE9FF
Tones
Muted variations
1#6829EF
2#6C34E4
3#703FD9
4#744ACE
5#7855C3
6#7C60B8
7#806BAD
8#8476A2
9#888197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DC #E7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BE #D2BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B08C #B08CFD | BordersInactive statesPlaceholder text |
| 400 | 8650 #8650FB | Disabled statesSecondary iconsMuted text |
| 500 | 641E #641EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4904 #4904DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3A04 #3A04AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2903 #29037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A02 #1A0250 | Primary textHigh emphasis contentDark headings |
| 950 | 1101 #110132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F0FF;
--royal-blue-100: #E7DCFE;
--royal-blue-200: #D2BEFE;
--royal-blue-300: #B08CFD;
--royal-blue-400: #8650FB;
--royal-blue-500: #641EFA;
--royal-blue-600: #4904DC;
--royal-blue-700: #3A04AF;
--royal-blue-800: #29037D;
--royal-blue-900: #1A0250;
--royal-blue-950: #110132;
}