Royal Blue
#5C2CED
PurpleColor Codes
All color formats for development
HEX
#5C2CEDRGB
rgb(92, 44, 237)HSL
hsl(255, 84%, 55%)OKLCH
oklch(0.498 0.26 283)CMYK
cmyk(61%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4914E8
2#4112CE
3#3910B5
4#310D9B
5#290B81
6#210967
7#18074D
8#100434
9#08021A
Tints
Lighter variations
1#6C41EE
2#7D56F0
3#8D6BF2
4#9D80F4
5#AE95F6
6#BEABF8
7#CEC0F9
8#DED5FB
9#EFEAFD
Tones
Muted variations
1#6135E3
2#663FD9
3#6B49D0
4#6F52C6
5#745CBC
6#7966B3
7#7E6FA9
8#8379A0
9#878396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DE #E6DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C2 #D0C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | AC93 #AC93F6 | BordersInactive statesPlaceholder text |
| 400 | 805B #805BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 5C2C #5C2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 4112 #4112CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 340E #340EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 250A #250A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1807 #18074B | Primary textHigh emphasis contentDark headings |
| 950 | 0F04 #0F042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FE;
--royal-blue-100: #E6DEFC;
--royal-blue-200: #D0C2FA;
--royal-blue-300: #AC93F6;
--royal-blue-400: #805BF1;
--royal-blue-500: #5C2CED;
--royal-blue-600: #4112CE;
--royal-blue-700: #340EA4;
--royal-blue-800: #250A75;
--royal-blue-900: #18074B;
--royal-blue-950: #0F042F;
}