Royal Blue
#5A64F2
BlueColor Codes
All color formats for development
HEX
#5A64F2RGB
rgb(90, 100, 242)HSL
hsl(236, 85%, 65%)OKLCH
oklch(0.577 0.21 274.7)CMYK
cmyk(63%, 59%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B47EF
2#1D2AED
3#111FD7
4#0F1AB8
5#0C1699
6#0A117B
7#070D5C
8#05093D
9#02041F
Tints
Lighter variations
1#6A74F3
2#7B83F4
3#8B93F6
4#9CA2F7
5#ACB2F8
6#BDC1FA
7#CDD1FB
8#DEE0FC
9#EEF0FE
Tones
Muted variations
1#616BEA
2#6971E2
3#7178DB
4#787ED3
5#8085CC
6#878BC4
7#8F92BD
8#9799B5
9#9E9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE0 #DEE0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C5 #C2C5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9299 #9299F6 | BordersInactive statesPlaceholder text |
| 400 | 5A64 #5A64F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B38 #2B38EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 111E #111ED0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D18 #0D18A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A11 #0A1176 | Text on light backgroundsHeadingsStrong borders |
| 900 | 060B #060B4B | Primary textHigh emphasis contentDark headings |
| 950 | 0407 #04072F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FE;
--royal-blue-100: #DEE0FC;
--royal-blue-200: #C2C5FA;
--royal-blue-300: #9299F6;
--royal-blue-400: #5A64F2;
--royal-blue-500: #2B38EE;
--royal-blue-600: #111ED0;
--royal-blue-700: #0D18A5;
--royal-blue-800: #0A1176;
--royal-blue-900: #060B4B;
--royal-blue-950: #04072F;
}