Royal Blue
#732DEB
PurpleColor Codes
All color formats for development
HEX
#732DEBRGB
rgb(115, 45, 235)HSL
hsl(262, 83%, 55%)OKLCH
oklch(0.518 0.256 291.2)CMYK
cmyk(51%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6215E7
2#5713CD
3#4C11B4
4#420E9A
5#370C80
6#2C0A67
7#21074D
8#160533
9#0B021A
Tints
Lighter variations
1#8142ED
2#8F57EF
3#9D6CF1
4#AB81F3
5#B996F5
6#C7ABF7
7#D5C0F9
8#E3D5FB
9#F1EAFD
Tones
Muted variations
1#7537E2
2#7840D8
3#7A4ACF
4#7D53C5
5#805DBC
6#8266B2
7#8570A9
8#87799F
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 | D7C2 #D7C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B794 #B794F5 | BordersInactive statesPlaceholder text |
| 400 | 925C #925CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 732D #732DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5713 #5713CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 450F #450FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 320B #320B75 | 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: #D7C2F9;
--royal-blue-300: #B794F5;
--royal-blue-400: #925CF0;
--royal-blue-500: #732DEB;
--royal-blue-600: #5713CD;
--royal-blue-700: #450FA3;
--royal-blue-800: #320B75;
--royal-blue-900: #20074B;
--royal-blue-950: #14042F;
}