Royal Blue
#892CED
PurpleColor Codes
All color formats for development
HEX
#892CEDRGB
rgb(137, 44, 237)HSL
hsl(269, 84%, 55%)OKLCH
oklch(0.543 0.26 298.7)CMYK
cmyk(42%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B14E8
2#6D12CE
3#5F10B5
4#520D9B
5#440B81
6#370967
7#29074D
8#1B0434
9#0E021A
Tints
Lighter variations
1#9541EE
2#A156F0
3#AC6BF2
4#B880F4
5#C495F6
6#D0ABF8
7#DCC0F9
8#E7D5FB
9#F3EAFD
Tones
Muted variations
1#8935E3
2#8A3FD9
3#8A49D0
4#8A52C6
5#8B5CBC
6#8B66B3
7#8B6FA9
8#8C79A0
9#8C8396
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 | C393 #C393F6 | BordersInactive statesPlaceholder text |
| 400 | A35B #A35BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 892C #892CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D12 #6D12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 570E #570EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0A #3E0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2807 #28074B | 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: #C393F6;
--royal-blue-400: #A35BF1;
--royal-blue-500: #892CED;
--royal-blue-600: #6D12CE;
--royal-blue-700: #570EA4;
--royal-blue-800: #3E0A75;
--royal-blue-900: #28074B;
--royal-blue-950: #19042F;
}