Royal Blue
#5580F7
BlueColor Codes
All color formats for development
HEX
#5580F7RGB
rgb(85, 128, 247)HSL
hsl(224, 91%, 65%)OKLCH
oklch(0.63 0.184 266.3)CMYK
cmyk(66%, 48%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3568F5
2#1551F4
3#0A43DE
4#0939BE
5#07309E
6#06267F
7#041D5F
8#03133F
9#010A20
Tints
Lighter variations
1#668DF8
2#7799F9
3#88A6F9
4#99B3FA
5#AABFFB
6#BBCCFC
7#CCD9FD
8#DDE6FD
9#EEF2FE
Tones
Muted variations
1#5D84EF
2#6587E7
3#6D8BDF
4#758FD6
5#7D93CE
6#8597C6
7#8D9ABE
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 | 8FAB #8FABFA | BordersInactive statesPlaceholder text |
| 400 | 5580 #5580F7 | Disabled statesSecondary iconsMuted text |
| 500 | 245C #245CF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A41 #0A41D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0833 #0833AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0625 #06257A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0417 #04174E | Primary textHigh emphasis contentDark headings |
| 950 | 020F #020F31 | 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: #8FABFA;
--royal-blue-400: #5580F7;
--royal-blue-500: #245CF5;
--royal-blue-600: #0A41D6;
--royal-blue-700: #0833AA;
--royal-blue-800: #06257A;
--royal-blue-900: #04174E;
--royal-blue-950: #020F31;
}