Royal Blue
#5353F9
BlueColor Codes
All color formats for development
HEX
#5353F9RGB
rgb(83, 83, 249)HSL
hsl(240, 93%, 65%)OKLCH
oklch(0.551 0.24 275.1)CMYK
cmyk(67%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3333F8
2#1313F6
3#0808E0
4#0707C0
5#0606A0
6#050580
7#030360
8#020240
9#010120
Tints
Lighter variations
1#6464F9
2#7575FA
3#8686FB
4#9898FB
5#A9A9FC
6#BABAFD
7#CBCBFD
8#DDDDFE
9#EEEEFE
Tones
Muted variations
1#5B5BF0
2#6363E8
3#6C6CE0
4#7474D8
5#7C7CCF
6#8585C7
7#8D8DBF
8#9595B6
9#9D9DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDD #DDDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFBF #BFBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E8E #8E8EFB | BordersInactive statesPlaceholder text |
| 400 | 5353 #5353F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2222 #2222F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0808 #0808D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0606 #0606AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0404 #04047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0303 #03034F | Primary textHigh emphasis contentDark headings |
| 950 | 0202 #020231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F0FE;
--royal-blue-100: #DDDDFE;
--royal-blue-200: #BFBFFD;
--royal-blue-300: #8E8EFB;
--royal-blue-400: #5353F9;
--royal-blue-500: #2222F7;
--royal-blue-600: #0808D9;
--royal-blue-700: #0606AC;
--royal-blue-800: #04047B;
--royal-blue-900: #03034F;
--royal-blue-950: #020231;
}