Royal Blue
#5580F6
BlueColor Codes
All color formats for development
HEX
#5580F6RGB
rgb(85, 128, 246)HSL
hsl(224, 90%, 65%)OKLCH
oklch(0.63 0.183 266.2)CMYK
cmyk(65%, 48%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3669F4
2#1651F3
3#0C43DC
4#0A3ABD
5#08309D
6#07267E
7#051D5E
8#03133F
9#020A1F
Tints
Lighter variations
1#668DF7
2#779AF8
3#88A6F9
4#99B3FA
5#AAC0FB
6#BBCCFB
7#CCD9FC
8#DDE6FD
9#EEF2FE
Tones
Muted variations
1#5D84EE
2#6588E6
3#6E8CDE
4#768FD6
5#7E93CE
6#8697C6
7#8E9BBE
8#969EB6
9#9EA2AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D0 #C0D0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90AC #90ACF9 | BordersInactive statesPlaceholder text |
| 400 | 5580 #5580F6 | Disabled statesSecondary iconsMuted text |
| 500 | 255C #255CF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B41 #0B41D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0934 #0934AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0625 #062579 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0418 #04184E | Primary textHigh emphasis contentDark headings |
| 950 | 030F #030F30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F4FE;
--royal-blue-100: #DDE6FD;
--royal-blue-200: #C0D0FC;
--royal-blue-300: #90ACF9;
--royal-blue-400: #5580F6;
--royal-blue-500: #255CF4;
--royal-blue-600: #0B41D5;
--royal-blue-700: #0934AA;
--royal-blue-800: #062579;
--royal-blue-900: #04184E;
--royal-blue-950: #030F30;
}