Royal Blue
#7433E6
PurpleColor Codes
All color formats for development
HEX
#7433E6RGB
rgb(116, 51, 230)HSL
hsl(262, 78%, 55%)OKLCH
oklch(0.52 0.246 292)CMYK
cmyk(50%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#641CE1
2#5919C8
3#4E16AF
4#431396
5#380F7D
6#2C0C64
7#21094B
8#160632
9#0B0319
Tints
Lighter variations
1#8247E8
2#905CEB
3#9E70ED
4#AC84F0
5#BA99F2
6#C8ADF5
7#D5C2F7
8#E3D6FA
9#F1EBFC
Tones
Muted variations
1#773CDD
2#7945D4
3#7C4ECB
4#7E57C2
5#805FB9
6#8368B0
7#8571A7
8#877A9E
9#8A8395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C4 #D7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B897 #B897F2 | BordersInactive statesPlaceholder text |
| 400 | 9360 #9360EB | Disabled statesSecondary iconsMuted text |
| 500 | 7433 #7433E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5919 #5919C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4714 #47149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 320E #320E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2009 #200949 | Primary textHigh emphasis contentDark headings |
| 950 | 1406 #14062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F1FD;
--royal-blue-100: #E9DFFB;
--royal-blue-200: #D7C4F8;
--royal-blue-300: #B897F2;
--royal-blue-400: #9360EB;
--royal-blue-500: #7433E6;
--royal-blue-600: #5919C8;
--royal-blue-700: #47149F;
--royal-blue-800: #320E71;
--royal-blue-900: #200949;
--royal-blue-950: #14062D;
}