Royal Blue
#5562F7
BlueColor Codes
All color formats for development
HEX
#5562F7RGB
rgb(85, 98, 247)HSL
hsl(235, 91%, 65%)OKLCH
oklch(0.574 0.22 273.4)CMYK
cmyk(66%, 60%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3545F5
2#1528F4
3#0A1CDE
4#0918BE
5#07149E
6#06107F
7#040C5F
8#03083F
9#010420
Tints
Lighter variations
1#6672F8
2#7781F9
3#8891F9
4#99A1FA
5#AAB1FB
6#BBC0FC
7#CCD0FD
8#DDE0FD
9#EEEFFE
Tones
Muted variations
1#5D69EF
2#6570E7
3#6D76DF
4#757DD6
5#7D84CE
6#858BC6
7#8D91BE
8#9698B6
9#9E9FAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C5 #C0C5FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8F98 #8F98FA | BordersInactive statesPlaceholder text |
| 400 | 5562 #5562F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2435 #2435F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A1B #0A1BD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0816 #0816AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 060F #060F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 040A #040A4E | 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: #F0F2FE;
--royal-blue-100: #DDE0FD;
--royal-blue-200: #C0C5FC;
--royal-blue-300: #8F98FA;
--royal-blue-400: #5562F7;
--royal-blue-500: #2435F5;
--royal-blue-600: #0A1BD6;
--royal-blue-700: #0816AA;
--royal-blue-800: #060F7A;
--royal-blue-900: #040A4E;
--royal-blue-950: #020631;
}