Royal Blue
#541CFD
PurpleColor Codes
All color formats for development
HEX
#541CFDRGB
rgb(84, 28, 253)HSL
hsl(255, 98%, 55%)OKLCH
oklch(0.496 0.286 279.3)CMYK
cmyk(67%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4003FA
2#3902DE
3#3202C2
4#2B02A7
5#24018B
6#1D016F
7#150153
8#0E0138
9#07001C
Tints
Lighter variations
1#6533FD
2#7649FD
3#8760FD
4#9877FE
5#AA8DFE
6#BBA4FE
7#CCBBFE
8#DDD2FF
9#EEE8FF
Tones
Muted variations
1#5A27F1
2#5F32E6
3#653EDB
4#6B49D0
5#7054C4
6#765FB9
7#7B6BAE
8#8176A3
9#878197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DC #E4DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEBD #CEBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A88B #A88BFE | BordersInactive statesPlaceholder text |
| 400 | 7A4E #7A4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 541C #541CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3902 #3902DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E02 #2E02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2101 #21017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1501 #150151 | Primary textHigh emphasis contentDark headings |
| 950 | 0D01 #0D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F0FF;
--royal-blue-100: #E4DCFF;
--royal-blue-200: #CEBDFE;
--royal-blue-300: #A88BFE;
--royal-blue-400: #7A4EFD;
--royal-blue-500: #541CFD;
--royal-blue-600: #3902DE;
--royal-blue-700: #2E02B1;
--royal-blue-800: #21017E;
--royal-blue-900: #150151;
--royal-blue-950: #0D0132;
}