Royal Blue
#5263FA
BlueColor Codes
All color formats for development
HEX
#5263FARGB
rgb(82, 99, 250)HSL
hsl(234, 94%, 65%)OKLCH
oklch(0.577 0.223 272.4)CMYK
cmyk(67%, 60%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3246F9
2#1229F8
3#071DE1
4#0619C1
5#0515A1
6#041081
7#030C60
8#020840
9#010420
Tints
Lighter variations
1#6372FA
2#7482FB
3#8692FB
4#97A1FC
5#A8B1FC
6#BAC0FD
7#CBD0FD
8#DCE0FE
9#EEEFFE
Tones
Muted variations
1#5A69F1
2#6370E9
3#6B77E0
4#737DD8
5#7C84D0
6#848BC7
7#8D92BF
8#9598B7
9#9D9FAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCE0 #DCE0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFC5 #BFC5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8D98 #8D98FB | BordersInactive statesPlaceholder text |
| 400 | 5263 #5263FA | Disabled statesSecondary iconsMuted text |
| 500 | 2036 #2036F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 071C #071CDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0516 #0516AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0410 #04107C | Text on light backgroundsHeadingsStrong borders |
| 900 | 020A #020A4F | Primary textHigh emphasis contentDark headings |
| 950 | 0206 #020631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F2FF;
--royal-blue-100: #DCE0FE;
--royal-blue-200: #BFC5FD;
--royal-blue-300: #8D98FB;
--royal-blue-400: #5263FA;
--royal-blue-500: #2036F8;
--royal-blue-600: #071CDA;
--royal-blue-700: #0516AD;
--royal-blue-800: #04107C;
--royal-blue-900: #020A4F;
--royal-blue-950: #020631;
}