Royal Blue
#5D52FA
BlueColor Codes
All color formats for development
HEX
#5D52FARGB
rgb(93, 82, 250)HSL
hsl(244, 94%, 65%)OKLCH
oklch(0.556 0.24 278.1)CMYK
cmyk(63%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F32F9
2#2112F8
3#1607E1
4#1206C1
5#0F05A1
6#0C0481
7#090360
8#060240
9#030120
Tints
Lighter variations
1#6D63FA
2#7D74FB
3#8E86FB
4#9E97FC
5#AEA8FC
6#BEBAFD
7#CECBFD
8#DFDCFE
9#EFEEFE
Tones
Muted variations
1#645AF1
2#6C63E9
3#736BE0
4#7A73D8
5#817CD0
6#8984C7
7#908DBF
8#9795B7
9#9E9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDC #DFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3BF #C3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 958D #958DFB | BordersInactive statesPlaceholder text |
| 400 | 5D52 #5D52FA | Disabled statesSecondary iconsMuted text |
| 500 | 2F20 #2F20F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1507 #1507DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1105 #1105AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C04 #0C047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0802 #08024F | Primary textHigh emphasis contentDark headings |
| 950 | 0502 #050231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F0FF;
--royal-blue-100: #DFDCFE;
--royal-blue-200: #C3BFFD;
--royal-blue-300: #958DFB;
--royal-blue-400: #5D52FA;
--royal-blue-500: #2F20F8;
--royal-blue-600: #1507DA;
--royal-blue-700: #1105AD;
--royal-blue-800: #0C047C;
--royal-blue-900: #08024F;
--royal-blue-950: #050231;
}