Royal Blue
#5F33E6
PurpleColor Codes
All color formats for development
HEX
#5F33E6RGB
rgb(95, 51, 230)HSL
hsl(255, 78%, 55%)OKLCH
oklch(0.5 0.247 284.3)CMYK
cmyk(59%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D1CE1
2#4419C8
3#3C16AF
4#331396
5#2B0F7D
6#220C64
7#1A094B
8#110632
9#090319
Tints
Lighter variations
1#6F47E8
2#7F5CEB
3#8F70ED
4#9F84F0
5#AF99F2
6#BFADF5
7#CFC2F7
8#DFD6FA
9#EFEBFC
Tones
Muted variations
1#643CDD
2#6845D4
3#6D4ECB
4#7157C2
5#765FB9
6#7A68B0
7#7F71A7
8#837A9E
9#888395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C4 #D1C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AD97 #AD97F2 | BordersInactive statesPlaceholder text |
| 400 | 8360 #8360EB | Disabled statesSecondary iconsMuted text |
| 500 | 5F33 #5F33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4419 #4419C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3614 #36149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 270E #270E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1909 #190949 | Primary textHigh emphasis contentDark headings |
| 950 | 1006 #10062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FD;
--royal-blue-100: #E6DFFB;
--royal-blue-200: #D1C4F8;
--royal-blue-300: #AD97F2;
--royal-blue-400: #8360EB;
--royal-blue-500: #5F33E6;
--royal-blue-600: #4419C8;
--royal-blue-700: #36149F;
--royal-blue-800: #270E71;
--royal-blue-900: #190949;
--royal-blue-950: #10062D;
}