Royal Blue
#526EFA
BlueColor Codes
All color formats for development
HEX
#526EFARGB
rgb(82, 110, 250)HSL
hsl(230, 94%, 65%)OKLCH
oklch(0.596 0.21 270.2)CMYK
cmyk(67%, 56%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3253F9
2#1238F8
3#072BE1
4#0625C1
5#051FA1
6#041981
7#031360
8#020C40
9#010620
Tints
Lighter variations
1#637CFA
2#748BFB
3#8699FB
4#97A8FC
5#A8B6FC
6#BAC5FD
7#CBD3FD
8#DCE2FE
9#EEF0FE
Tones
Muted variations
1#5A73F1
2#6379E9
3#6B7FE0
4#7384D8
5#7C8AD0
6#848FC7
7#8D95BF
8#959BB7
9#9DA0AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE2 #DCE2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC9 #BFC9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DA0 #8DA0FB | BordersInactive statesPlaceholder text |
| 400 | 526E #526EFA | Disabled statesSecondary iconsMuted text |
| 500 | 2044 #2044F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 072A #072ADA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0521 #0521AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0418 #04187C | Text on light backgroundsHeadingsStrong borders |
| 900 | 020F #020F4F | 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: #F0F3FF;
--royal-blue-100: #DCE2FE;
--royal-blue-200: #BFC9FD;
--royal-blue-300: #8DA0FB;
--royal-blue-400: #526EFA;
--royal-blue-500: #2044F8;
--royal-blue-600: #072ADA;
--royal-blue-700: #0521AD;
--royal-blue-800: #04187C;
--royal-blue-900: #020F4F;
--royal-blue-950: #020A31;
}