Royal Blue
#855FEC
PurpleColor Codes
All color formats for development
HEX
#855FECRGB
rgb(133, 95, 236)HSL
hsl(256, 79%, 65%)OKLCH
oklch(0.597 0.203 291.5)CMYK
cmyk(44%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E42E9
2#5724E5
3#4918D0
4#3F15B2
5#341194
6#2A0E77
7#1F0A59
8#15073B
9#0A031E
Tints
Lighter variations
1#916FEE
2#9D7FF0
3#A98FF2
4#B69FF4
5#C2AFF6
6#CEBFF8
7#DACFF9
8#E7DFFB
9#F3EFFD
Tones
Muted variations
1#8866E5
2#8B6DDE
3#8F74D7
4#927BD0
5#9582C9
6#998AC2
7#9C91BB
8#9F98B4
9#A29FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DF #E7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C4 #D2C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AF96 #AF96F3 | BordersInactive statesPlaceholder text |
| 400 | 855F #855FEC | Disabled statesSecondary iconsMuted text |
| 500 | 6232 #6232E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4718 #4718C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3813 #3813A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 280D #280D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A09 #1A0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1005 #10052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F1FD;
--royal-blue-100: #E7DFFB;
--royal-blue-200: #D2C4F8;
--royal-blue-300: #AF96F3;
--royal-blue-400: #855FEC;
--royal-blue-500: #6232E7;
--royal-blue-600: #4718C9;
--royal-blue-700: #3813A0;
--royal-blue-800: #280D72;
--royal-blue-900: #1A0949;
--royal-blue-950: #10052E;
}