Royal Blue
#5568F6
BlueColor Codes
All color formats for development
HEX
#5568F6RGB
rgb(85, 104, 246)HSL
hsl(233, 90%, 65%)OKLCH
oklch(0.584 0.211 272.3)CMYK
cmyk(65%, 58%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#364CF4
2#1630F3
3#0C24DC
4#0A1FBD
5#081A9D
6#07157E
7#050F5E
8#030A3F
9#02051F
Tints
Lighter variations
1#6677F7
2#7786F8
3#8895F9
4#99A5FA
5#AAB4FB
6#BBC3FB
7#CCD2FC
8#DDE1FD
9#EEF0FE
Tones
Muted variations
1#5D6EEE
2#6574E6
3#6E7BDE
4#7681D6
5#7E87CE
6#868DC6
7#8E93BE
8#9699B6
9#9EA0AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C7 #C0C7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 909C #909CF9 | BordersInactive statesPlaceholder text |
| 400 | 5568 #5568F6 | Disabled statesSecondary iconsMuted text |
| 500 | 253D #253DF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B23 #0B23D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 091C #091CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0614 #061479 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040D #040D4E | Primary textHigh emphasis contentDark headings |
| 950 | 0308 #030830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F2FE;
--royal-blue-100: #DDE1FD;
--royal-blue-200: #C0C7FC;
--royal-blue-300: #909CF9;
--royal-blue-400: #5568F6;
--royal-blue-500: #253DF4;
--royal-blue-600: #0B23D5;
--royal-blue-700: #091CAA;
--royal-blue-800: #061479;
--royal-blue-900: #040D4E;
--royal-blue-950: #030830;
}