Royal Blue
#892FE9
PurpleColor Codes
All color formats for development
HEX
#892FE9RGB
rgb(137, 47, 233)HSL
hsl(269, 81%, 55%)OKLCH
oklch(0.542 0.253 299.3)CMYK
cmyk(41%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B18E4
2#6D15CB
3#6013B2
4#521098
5#440D7F
6#370B66
7#29084C
8#1B0533
9#0E0319
Tints
Lighter variations
1#9544EB
2#A159EE
3#AD6EF0
4#B882F2
5#C497F4
6#D0ACF6
7#DCC1F8
8#E7D5FB
9#F3EAFD
Tones
Muted variations
1#8939E0
2#8A42D7
3#8A4BCD
4#8A54C4
5#8B5EBB
6#8B67B1
7#8B70A8
8#8C7A9F
9#8C8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDF #EDDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC3 #DDC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | C395 #C395F4 | BordersInactive statesPlaceholder text |
| 400 | A35D #A35DEE | Disabled statesSecondary iconsMuted text |
| 500 | 892F #892FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D15 #6D15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5711 #5711A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0C #3E0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2808 #28084A | Primary textHigh emphasis contentDark headings |
| 950 | 1905 #19052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F7F1FE;
--royal-blue-100: #EDDFFC;
--royal-blue-200: #DDC3F9;
--royal-blue-300: #C395F4;
--royal-blue-400: #A35DEE;
--royal-blue-500: #892FE9;
--royal-blue-600: #6D15CB;
--royal-blue-700: #5711A2;
--royal-blue-800: #3E0C73;
--royal-blue-900: #28084A;
--royal-blue-950: #19052E;
}