Royal Blue
#5E53F9
BlueColor Codes
All color formats for development
HEX
#5E53F9RGB
rgb(94, 83, 249)HSL
hsl(244, 93%, 65%)OKLCH
oklch(0.558 0.237 278.4)CMYK
cmyk(62%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4033F8
2#2213F6
3#1708E0
4#1307C0
5#1006A0
6#0D0580
7#0A0360
8#060240
9#030120
Tints
Lighter variations
1#6E64F9
2#7E75FA
3#8E86FB
4#9E98FB
5#AEA9FC
6#BFBAFD
7#CFCBFD
8#DFDDFE
9#EFEEFE
Tones
Muted variations
1#655BF0
2#6C63E8
3#736CE0
4#7B74D8
5#827CCF
6#8985C7
7#908DBF
8#9795B6
9#9F9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3BF #C3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 958E #958EFB | BordersInactive statesPlaceholder text |
| 400 | 5E53 #5E53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 3022 #3022F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1608 #1608D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1106 #1106AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C04 #0C047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0803 #08034F | 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: #F1F0FE;
--royal-blue-100: #DFDDFE;
--royal-blue-200: #C3BFFD;
--royal-blue-300: #958EFB;
--royal-blue-400: #5E53F9;
--royal-blue-500: #3022F7;
--royal-blue-600: #1608D9;
--royal-blue-700: #1106AC;
--royal-blue-800: #0C047B;
--royal-blue-900: #08034F;
--royal-blue-950: #050231;
}