Royal Blue
#7236E2
PurpleColor Codes
All color formats for development
HEX
#7236E2RGB
rgb(114, 54, 226)HSL
hsl(261, 75%, 55%)OKLCH
oklch(0.517 0.239 291.6)CMYK
cmyk(50%, 76%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6220DD
2#571CC4
3#4C19AC
4#411593
5#36127B
6#2B0E62
7#210B4A
8#160731
9#0B0419
Tints
Lighter variations
1#804AE5
2#8F5EE8
3#9D72EB
4#AB87EE
5#B99BF1
6#C7AFF4
7#D5C3F6
8#E3D7F9
9#F1EBFC
Tones
Muted variations
1#753FDA
2#7847D1
3#7A50C8
4#7D59C0
5#7F61B7
6#826AAF
7#8572A6
8#877B9D
9#8A8495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E0 #E9E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6C5 #D6C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B798 #B798F0 | BordersInactive statesPlaceholder text |
| 400 | 9263 #9263E9 | Disabled statesSecondary iconsMuted text |
| 500 | 7236 #7236E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 571C #571CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4516 #45169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3110 #311070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 200A #200A47 | 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: #F6F2FD;
--royal-blue-100: #E9E0FB;
--royal-blue-200: #D6C5F7;
--royal-blue-300: #B798F0;
--royal-blue-400: #9263E9;
--royal-blue-500: #7236E2;
--royal-blue-600: #571CC4;
--royal-blue-700: #45169C;
--royal-blue-800: #311070;
--royal-blue-900: #200A47;
--royal-blue-950: #14062D;
}