Royal Blue
#536EF9
BlueColor Codes
All color formats for development
HEX
#536EF9RGB
rgb(83, 110, 249)HSL
hsl(230, 93%, 65%)OKLCH
oklch(0.596 0.209 270.5)CMYK
cmyk(67%, 56%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3354F8
2#1339F6
3#082CE0
4#0726C0
5#061FA0
6#051980
7#031360
8#020D40
9#010620
Tints
Lighter variations
1#647DF9
2#758BFA
3#869AFB
4#98A8FB
5#A9B7FC
6#BAC5FD
7#CBD4FD
8#DDE2FE
9#EEF1FE
Tones
Muted variations
1#5B74F0
2#6379E8
3#6C7FE0
4#7485D8
5#7C8ACF
6#8590C7
7#8D95BF
8#959BB6
9#9DA0AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC9 #BFC9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA0 #8EA0FB | BordersInactive statesPlaceholder text |
| 400 | 536E #536EF9 | Disabled statesSecondary iconsMuted text |
| 500 | 2245 #2245F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 082B #082BD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0622 #0622AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0418 #04187B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0310 #03104F | Primary textHigh emphasis contentDark headings |
| 950 | 020A #020A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F3FE;
--royal-blue-100: #DDE2FE;
--royal-blue-200: #BFC9FD;
--royal-blue-300: #8EA0FB;
--royal-blue-400: #536EF9;
--royal-blue-500: #2245F7;
--royal-blue-600: #082BD9;
--royal-blue-700: #0622AC;
--royal-blue-800: #04187B;
--royal-blue-900: #03104F;
--royal-blue-950: #020A31;
}