Royal Blue
#732CED
PurpleColor Codes
All color formats for development
HEX
#732CEDRGB
rgb(115, 44, 237)HSL
hsl(262, 84%, 55%)OKLCH
oklch(0.519 0.258 291)CMYK
cmyk(51%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6214E8
2#5712CE
3#4C10B5
4#410D9B
5#360B81
6#2C0967
7#21074D
8#160434
9#0B021A
Tints
Lighter variations
1#8141EE
2#8F56F0
3#9D6BF2
4#AB80F4
5#B995F6
6#C7ABF8
7#D5C0F9
8#E3D5FB
9#F1EAFD
Tones
Muted variations
1#7535E3
2#783FD9
3#7A49D0
4#7D52C6
5#7F5CBC
6#8266B3
7#856FA9
8#8779A0
9#8A8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DE #E9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C2 #D6C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B793 #B793F6 | BordersInactive statesPlaceholder text |
| 400 | 925B #925BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 732C #732CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 5712 #5712CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 450E #450EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 310A #310A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2007 #20074B | Primary textHigh emphasis contentDark headings |
| 950 | 1404 #14042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F1FE;
--royal-blue-100: #E9DEFC;
--royal-blue-200: #D6C2FA;
--royal-blue-300: #B793F6;
--royal-blue-400: #925BF1;
--royal-blue-500: #732CED;
--royal-blue-600: #5712CE;
--royal-blue-700: #450EA4;
--royal-blue-800: #310A75;
--royal-blue-900: #20074B;
--royal-blue-950: #14042F;
}