Royal Blue
#5369F9
BlueColor Codes
All color formats for development
HEX
#5369F9RGB
rgb(83, 105, 249)HSL
hsl(232, 93%, 65%)OKLCH
oklch(0.587 0.215 271.5)CMYK
cmyk(67%, 58%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#334DF8
2#1331F6
3#0825E0
4#0720C0
5#061AA0
6#051580
7#031060
8#020B40
9#010520
Tints
Lighter variations
1#6478F9
2#7587FA
3#8696FB
4#98A5FB
5#A9B4FC
6#BAC3FD
7#CBD2FD
8#DDE1FE
9#EEF0FE
Tones
Muted variations
1#5B6FF0
2#6375E8
3#6C7BE0
4#7481D8
5#7C87CF
6#858DC7
7#8D93BF
8#959AB6
9#9DA0AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC7 #BFC7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E9C #8E9CFB | BordersInactive statesPlaceholder text |
| 400 | 5369 #5369F9 | Disabled statesSecondary iconsMuted text |
| 500 | 223E #223EF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0824 #0824D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 061C #061CAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0414 #04147B | Text on light backgroundsHeadingsStrong borders |
| 900 | 030D #030D4F | Primary textHigh emphasis contentDark headings |
| 950 | 0208 #020831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F2FE;
--royal-blue-100: #DDE1FE;
--royal-blue-200: #BFC7FD;
--royal-blue-300: #8E9CFB;
--royal-blue-400: #5369F9;
--royal-blue-500: #223EF7;
--royal-blue-600: #0824D9;
--royal-blue-700: #061CAC;
--royal-blue-800: #04147B;
--royal-blue-900: #030D4F;
--royal-blue-950: #020831;
}