Royal Blue
#5D2EEA
PurpleColor Codes
All color formats for development
HEX
#5D2EEARGB
rgb(93, 46, 234)HSL
hsl(255, 82%, 55%)OKLCH
oklch(0.497 0.255 283.5)CMYK
cmyk(60%, 80%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A17E6
2#4214CC
3#3A12B3
4#320F99
5#290D80
6#210A66
7#19084D
8#110533
9#08031A
Tints
Lighter variations
1#6D43EC
2#7E58EE
3#8E6DF1
4#9E82F3
5#AE97F5
6#BEABF7
7#CEC0F9
8#DFD5FB
9#EFEAFD
Tones
Muted variations
1#6238E1
2#6741D8
3#6B4ACE
4#7054C5
5#755DBB
6#7967B2
7#7E70A8
8#83799F
9#888396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C3 #D0C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AC94 #AC94F4 | BordersInactive statesPlaceholder text |
| 400 | 815D #815DEF | Disabled statesSecondary iconsMuted text |
| 500 | 5D2E #5D2EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4214 #4214CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3510 #3510A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 260B #260B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1807 #18074A | Primary textHigh emphasis contentDark headings |
| 950 | 0F05 #0F052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FE;
--royal-blue-100: #E6DFFC;
--royal-blue-200: #D0C3F9;
--royal-blue-300: #AC94F4;
--royal-blue-400: #815DEF;
--royal-blue-500: #5D2EEA;
--royal-blue-600: #4214CC;
--royal-blue-700: #3510A2;
--royal-blue-800: #260B74;
--royal-blue-900: #18074A;
--royal-blue-950: #0F052E;
}