Royal Blue
#5590F7
BlueColor Codes
All color formats for development
HEX
#5590F7RGB
rgb(85, 144, 247)HSL
hsl(218, 91%, 65%)OKLCH
oklch(0.663 0.165 260.7)CMYK
cmyk(66%, 42%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#357BF5
2#1567F4
3#0A58DE
4#094BBE
5#073F9E
6#06327F
7#04265F
8#03193F
9#010D20
Tints
Lighter variations
1#669BF8
2#77A6F9
3#88B1F9
4#99BCFA
5#AAC8FB
6#BBD3FC
7#CCDEFD
8#DDE9FD
9#EEF4FE
Tones
Muted variations
1#5D92EF
2#6594E7
3#6D97DF
4#7599D6
5#7D9BCE
6#859DC6
7#8D9FBE
8#96A1B6
9#9EA4AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE9 #DDE9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D6 #C0D6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FB6 #8FB6FA | BordersInactive statesPlaceholder text |
| 400 | 5590 #5590F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2470 #2470F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A55 #0A55D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0844 #0844AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0630 #06307A | Text on light backgroundsHeadingsStrong borders |
| 900 | 041F #041F4E | Primary textHigh emphasis contentDark headings |
| 950 | 0213 #021331 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F5FE;
--royal-blue-100: #DDE9FD;
--royal-blue-200: #C0D6FC;
--royal-blue-300: #8FB6FA;
--royal-blue-400: #5590F7;
--royal-blue-500: #2470F5;
--royal-blue-600: #0A55D6;
--royal-blue-700: #0844AA;
--royal-blue-800: #06307A;
--royal-blue-900: #041F4E;
--royal-blue-950: #021331;
}