Royal Blue
#5E5CF0
BlueColor Codes
All color formats for development
HEX
#5E5CF0RGB
rgb(94, 92, 240)HSL
hsl(241, 83%, 65%)OKLCH
oklch(0.564 0.216 277.5)CMYK
cmyk(61%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#403DED
2#221FEA
3#1714D4
4#1411B6
5#100E98
6#0D0B79
7#0A085B
8#07063D
9#03031E
Tints
Lighter variations
1#6E6CF1
2#7E7CF3
3#8E8DF4
4#9E9DF6
5#AFADF7
6#BFBEF9
7#CFCEFA
8#DFDEFC
9#EFEFFD
Tones
Muted variations
1#6563E8
2#6C6AE1
3#7472DA
4#7B79D2
5#8281CB
6#8988C3
7#9090BC
8#9797B5
9#9F9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDE #DFDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C2 #C3C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9594 #9594F5 | BordersInactive statesPlaceholder text |
| 400 | 5E5C #5E5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 302D #302DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1613 #1613CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 120F #120FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0B #0D0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0807 #08074B | Primary textHigh emphasis contentDark headings |
| 950 | 0504 #05042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F1FE;
--royal-blue-100: #DFDEFC;
--royal-blue-200: #C3C2F9;
--royal-blue-300: #9594F5;
--royal-blue-400: #5E5CF0;
--royal-blue-500: #302DEB;
--royal-blue-600: #1613CD;
--royal-blue-700: #120FA3;
--royal-blue-800: #0D0B75;
--royal-blue-900: #08074B;
--royal-blue-950: #05042F;
}