Royal Blue
#5366F9
BlueColor Codes
All color formats for development
HEX
#5366F9RGB
rgb(83, 102, 249)HSL
hsl(233, 93%, 65%)OKLCH
oklch(0.582 0.218 272.1)CMYK
cmyk(67%, 59%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#334AF8
2#132DF6
3#0821E0
4#071DC0
5#0618A0
6#051380
7#030E60
8#020A40
9#010520
Tints
Lighter variations
1#6475F9
2#7585FA
3#8694FB
4#98A3FB
5#A9B3FC
6#BAC2FD
7#CBD1FD
8#DDE0FE
9#EEF0FE
Tones
Muted variations
1#5B6CF0
2#6373E8
3#6C79E0
4#7480D8
5#7C86CF
6#858CC7
7#8D93BF
8#9599B6
9#9D9FAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC6 #BFC6FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E9B #8E9BFB | BordersInactive statesPlaceholder text |
| 400 | 5366 #5366F9 | Disabled statesSecondary iconsMuted text |
| 500 | 223A #223AF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0820 #0820D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 061A #061AAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0412 #04127B | Text on light backgroundsHeadingsStrong borders |
| 900 | 030C #030C4F | Primary textHigh emphasis contentDark headings |
| 950 | 0207 #020731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F2FE;
--royal-blue-100: #DDE0FE;
--royal-blue-200: #BFC6FD;
--royal-blue-300: #8E9BFB;
--royal-blue-400: #5366F9;
--royal-blue-500: #223AF7;
--royal-blue-600: #0820D9;
--royal-blue-700: #061AAC;
--royal-blue-800: #04127B;
--royal-blue-900: #030C4F;
--royal-blue-950: #020731;
}