Royal Blue
#5F1CFD
PurpleColor Codes
All color formats for development
HEX
#5F1CFDRGB
rgb(95, 28, 253)HSL
hsl(258, 98%, 55%)OKLCH
oklch(0.505 0.285 282.7)CMYK
cmyk(62%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D03FA
2#4402DE
3#3C02C2
4#3302A7
5#2B018B
6#22016F
7#1A0153
8#110138
9#09001C
Tints
Lighter variations
1#6F33FD
2#7F49FD
3#8F60FD
4#9F77FE
5#AF8DFE
6#BFA4FE
7#CFBBFE
8#DFD2FF
9#EFE8FF
Tones
Muted variations
1#6427F1
2#6832E6
3#6D3EDB
4#7149D0
5#7654C4
6#7A5FB9
7#7F6BAE
8#8376A3
9#888197
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 | D1BD #D1BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AD8B #AD8BFE | BordersInactive statesPlaceholder text |
| 400 | 834E #834EFD | Disabled statesSecondary iconsMuted text |
| 500 | 5F1C #5F1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 4402 #4402DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3602 #3602B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2701 #27017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1901 #190151 | Primary textHigh emphasis contentDark headings |
| 950 | 1001 #100132 | 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: #D1BDFE;
--royal-blue-300: #AD8BFE;
--royal-blue-400: #834EFD;
--royal-blue-500: #5F1CFD;
--royal-blue-600: #4402DE;
--royal-blue-700: #3602B1;
--royal-blue-800: #27017E;
--royal-blue-900: #190151;
--royal-blue-950: #100132;
}