Royal Blue
#536CF9
BlueColor Codes
All color formats for development
HEX
#536CF9RGB
rgb(83, 108, 249)HSL
hsl(231, 93%, 65%)OKLCH
oklch(0.593 0.211 270.9)CMYK
cmyk(67%, 57%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3350F8
2#1335F6
3#0828E0
4#0723C0
5#061DA0
6#051780
7#031160
8#020C40
9#010620
Tints
Lighter variations
1#647AF9
2#7589FA
3#8698FB
4#98A7FB
5#A9B5FC
6#BAC4FD
7#CBD3FD
8#DDE2FE
9#EEF0FE
Tones
Muted variations
1#5B71F0
2#6377E8
3#6C7DE0
4#7483D8
5#7C89CF
6#858FC7
7#8D94BF
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 | DDE2 #DDE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC8 #BFC8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8E9E #8E9EFB | BordersInactive statesPlaceholder text |
| 400 | 536C #536CF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2242 #2242F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0827 #0827D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 061F #061FAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0416 #04167B | Text on light backgroundsHeadingsStrong borders |
| 900 | 030E #030E4F | Primary textHigh emphasis contentDark headings |
| 950 | 0209 #020931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F2FE;
--royal-blue-100: #DDE2FE;
--royal-blue-200: #BFC8FD;
--royal-blue-300: #8E9EFB;
--royal-blue-400: #536CF9;
--royal-blue-500: #2242F7;
--royal-blue-600: #0827D9;
--royal-blue-700: #061FAC;
--royal-blue-800: #04167B;
--royal-blue-900: #030E4F;
--royal-blue-950: #020931;
}