Royal Blue
#8C4FFC
PurpleColor Codes
All color formats for development
HEX
#8C4FFCRGB
rgb(140, 79, 252)HSL
hsl(261, 97%, 65%)OKLCH
oklch(0.594 0.241 293.9)CMYK
cmyk(44%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#762FFC
2#610EFB
3#5203E5
4#4703C4
5#3B02A3
6#2F0283
7#230162
8#180141
9#0C0021
Tints
Lighter variations
1#9761FD
2#A372FD
3#AE84FD
4#BA96FD
5#C5A7FE
6#D1B9FE
7#DCCAFE
8#E8DCFE
9#F3EDFF
Tones
Muted variations
1#8E58F4
2#9160EB
3#9469E2
4#9672DA
5#997AD1
6#9B83C8
7#9E8CC0
8#A194B7
9#A39DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DC #E8DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4BE #D4BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B38B #B38BFD | BordersInactive statesPlaceholder text |
| 400 | 8C4F #8C4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 6B1D #6B1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5003 #5003DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F03 #3F03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D02 #2D027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D01 #1D0150 | Primary textHigh emphasis contentDark headings |
| 950 | 1201 #120132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F0FF;
--royal-blue-100: #E8DCFE;
--royal-blue-200: #D4BEFE;
--royal-blue-300: #B38BFD;
--royal-blue-400: #8C4FFC;
--royal-blue-500: #6B1DFC;
--royal-blue-600: #5003DD;
--royal-blue-700: #3F03B0;
--royal-blue-800: #2D027E;
--royal-blue-900: #1D0150;
--royal-blue-950: #120132;
}