Royal Blue
#8C1CFD
PurpleColor Codes
All color formats for development
HEX
#8C1CFDRGB
rgb(140, 28, 253)HSL
hsl(270, 98%, 55%)OKLCH
oklch(0.551 0.284 297.5)CMYK
cmyk(45%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7E03FA
2#7002DE
3#6202C2
4#5402A7
5#46018B
6#38016F
7#2A0153
8#1C0138
9#0E001C
Tints
Lighter variations
1#9833FD
2#A349FD
3#AF60FD
4#BA77FE
5#C68DFE
6#D1A4FE
7#DDBBFE
8#E8D2FF
9#F4E8FF
Tones
Muted variations
1#8C27F1
2#8C32E6
3#8C3EDB
4#8C49D0
5#8C54C4
6#8C5FB9
7#8C6BAE
8#8C76A3
9#8C8197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDC #EDDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEBD #DEBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C48B #C48BFE | BordersInactive statesPlaceholder text |
| 400 | A64E #A64EFD | Disabled statesSecondary iconsMuted text |
| 500 | 8C1C #8C1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 7002 #7002DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5902 #5902B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4001 #40017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2901 #290151 | Primary textHigh emphasis contentDark headings |
| 950 | 1A01 #1A0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F7F0FF;
--royal-blue-100: #EDDCFF;
--royal-blue-200: #DEBDFE;
--royal-blue-300: #C48BFE;
--royal-blue-400: #A64EFD;
--royal-blue-500: #8C1CFD;
--royal-blue-600: #7002DE;
--royal-blue-700: #5902B1;
--royal-blue-800: #40017E;
--royal-blue-900: #290151;
--royal-blue-950: #1A0132;
}