Royal Blue
#592CED
BlueColor Codes
All color formats for development
HEX
#592CEDRGB
rgb(89, 44, 237)HSL
hsl(254, 84%, 55%)OKLCH
oklch(0.495 0.26 281.9)CMYK
cmyk(62%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4614E8
2#3E12CE
3#3610B5
4#2E0D9B
5#270B81
6#1F0967
7#17074D
8#0F0434
9#08021A
Tints
Lighter variations
1#6941EE
2#7A56F0
3#8B6BF2
4#9B80F4
5#AC95F6
6#BDABF8
7#CDC0F9
8#DED5FB
9#EEEAFD
Tones
Muted variations
1#5E35E3
2#633FD9
3#6849D0
4#6D52C6
5#735CBC
6#7866B3
7#7D6FA9
8#8279A0
9#878396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DE #E5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC2 #CFC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | AA93 #AA93F6 | BordersInactive statesPlaceholder text |
| 400 | 7E5B #7E5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 592C #592CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E12 #3E12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 310E #310EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 230A #230A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1707 #17074B | Primary textHigh emphasis contentDark headings |
| 950 | 0E04 #0E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FE;
--royal-blue-100: #E5DEFC;
--royal-blue-200: #CFC2FA;
--royal-blue-300: #AA93F6;
--royal-blue-400: #7E5BF1;
--royal-blue-500: #592CED;
--royal-blue-600: #3E12CE;
--royal-blue-700: #310EA4;
--royal-blue-800: #230A75;
--royal-blue-900: #17074B;
--royal-blue-950: #0E042F;
}