Royal Blue
#8C33E6
PurpleColor Codes
All color formats for development
HEX
#8C33E6RGB
rgb(140, 51, 230)HSL
hsl(270, 78%, 55%)OKLCH
oklch(0.546 0.248 300.7)CMYK
cmyk(39%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7E1CE1
2#7019C8
3#6216AF
4#541396
5#460F7D
6#380C64
7#2A094B
8#1C0632
9#0E0319
Tints
Lighter variations
1#9847E8
2#A35CEB
3#AF70ED
4#BA84F0
5#C699F2
6#D1ADF5
7#DDC2F7
8#E8D6FA
9#F4EBFC
Tones
Muted variations
1#8C3CDD
2#8C45D4
3#8C4ECB
4#8C57C2
5#8C5FB9
6#8C68B0
7#8C71A7
8#8C7A9E
9#8C8395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDF #EDDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC4 #DEC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C497 #C497F2 | BordersInactive statesPlaceholder text |
| 400 | A660 #A660EB | Disabled statesSecondary iconsMuted text |
| 500 | 8C33 #8C33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7019 #7019C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5914 #59149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 400E #400E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2909 #290949 | Primary textHigh emphasis contentDark headings |
| 950 | 1A06 #1A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F7F1FD;
--royal-blue-100: #EDDFFB;
--royal-blue-200: #DEC4F8;
--royal-blue-300: #C497F2;
--royal-blue-400: #A660EB;
--royal-blue-500: #8C33E6;
--royal-blue-600: #7019C8;
--royal-blue-700: #59149F;
--royal-blue-800: #400E71;
--royal-blue-900: #290949;
--royal-blue-950: #1A062D;
}