Royal Blue
#592DEB
BlueColor Codes
All color formats for development
HEX
#592DEBRGB
rgb(89, 45, 235)HSL
hsl(254, 83%, 55%)OKLCH
oklch(0.494 0.257 282.1)CMYK
cmyk(62%, 81%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4615E7
2#3F13CD
3#3711B4
4#2F0E9A
5#270C80
6#1F0A67
7#17074D
8#100533
9#08021A
Tints
Lighter variations
1#6A42ED
2#7B57EF
3#8B6CF1
4#9C81F3
5#AC96F5
6#BDABF7
7#CDC0F9
8#DED5FB
9#EEEAFD
Tones
Muted variations
1#5F37E2
2#6440D8
3#694ACF
4#6E53C5
5#735DBC
6#7866B2
7#7D70A9
8#82799F
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 #CFC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AA94 #AA94F5 | BordersInactive statesPlaceholder text |
| 400 | 7E5C #7E5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 592D #592DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F13 #3F13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 320F #320FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 240B #240B75 | 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: #CFC2F9;
--royal-blue-300: #AA94F5;
--royal-blue-400: #7E5CF0;
--royal-blue-500: #592DEB;
--royal-blue-600: #3F13CD;
--royal-blue-700: #320FA3;
--royal-blue-800: #240B75;
--royal-blue-900: #17074B;
--royal-blue-950: #0E042F;
}