Royal Blue
#732EEA
PurpleColor Codes
All color formats for development
HEX
#732EEARGB
rgb(115, 46, 234)HSL
hsl(262, 82%, 55%)OKLCH
oklch(0.518 0.254 291.3)CMYK
cmyk(51%, 80%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6317E6
2#5814CC
3#4D12B3
4#420F99
5#370D80
6#2C0A66
7#21084D
8#160533
9#0B031A
Tints
Lighter variations
1#8143EC
2#8F58EE
3#9D6DF1
4#AB82F3
5#B997F5
6#C7ABF7
7#D5C0F9
8#E3D5FB
9#F1EAFD
Tones
Muted variations
1#7638E1
2#7841D8
3#7B4ACE
4#7D54C5
5#805DBB
6#8267B2
7#8570A8
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 | E9DF #E9DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C3 #D7C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B894 #B894F4 | BordersInactive statesPlaceholder text |
| 400 | 925D #925DEF | Disabled statesSecondary iconsMuted text |
| 500 | 732E #732EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5814 #5814CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4610 #4610A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 320B #320B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2007 #20074A | Primary textHigh emphasis contentDark headings |
| 950 | 1405 #14052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F1FE;
--royal-blue-100: #E9DFFC;
--royal-blue-200: #D7C3F9;
--royal-blue-300: #B894F4;
--royal-blue-400: #925DEF;
--royal-blue-500: #732EEA;
--royal-blue-600: #5814CC;
--royal-blue-700: #4610A2;
--royal-blue-800: #320B74;
--royal-blue-900: #20074A;
--royal-blue-950: #14052E;
}