Royal Blue
#892BEE
PurpleColor Codes
All color formats for development
HEX
#892BEERGB
rgb(137, 43, 238)HSL
hsl(269, 85%, 55%)OKLCH
oklch(0.543 0.261 298.6)CMYK
cmyk(42%, 82%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B13EA
2#6D11D0
3#5F0FB6
4#520D9C
5#440B82
6#370868
7#29064E
8#1B0434
9#0E021A
Tints
Lighter variations
1#9540F0
2#A155F1
3#AC6AF3
4#B880F5
5#C495F6
6#D0AAF8
7#DCBFFA
8#E7D5FC
9#F3EAFD
Tones
Muted variations
1#8934E4
2#8A3EDA
3#8A48D1
4#8A52C7
5#8B5BBD
6#8B65B3
7#8B6FAA
8#8C79A0
9#8C8296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDE #EDDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC2 #DDC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | C392 #C392F6 | BordersInactive statesPlaceholder text |
| 400 | A35A #A35AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 892B #892BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D11 #6D11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 570D #570DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0A #3E0A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2806 #28064B | Primary textHigh emphasis contentDark headings |
| 950 | 1904 #19042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F7F1FE;
--royal-blue-100: #EDDEFC;
--royal-blue-200: #DDC2FA;
--royal-blue-300: #C392F6;
--royal-blue-400: #A35AF2;
--royal-blue-500: #892BEE;
--royal-blue-600: #6D11D0;
--royal-blue-700: #570DA5;
--royal-blue-800: #3E0A76;
--royal-blue-900: #28064B;
--royal-blue-950: #19042F;
}