Royal Blue
#5598F7
BlueColor Codes
All color formats for development
HEX
#5598F7RGB
rgb(85, 152, 247)HSL
hsl(215, 91%, 65%)OKLCH
oklch(0.68 0.157 257.4)CMYK
cmyk(66%, 38%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3585F5
2#1572F4
3#0A62DE
4#0954BE
5#07469E
6#06387F
7#042A5F
8#031C3F
9#010E20
Tints
Lighter variations
1#66A2F8
2#77ADF9
3#88B7F9
4#99C1FA
5#AACCFB
6#BBD6FC
7#CCE0FD
8#DDEAFD
9#EEF5FE
Tones
Muted variations
1#5D9AEF
2#659BE7
3#6D9CDF
4#759ED6
5#7D9FCE
6#85A0C6
7#8DA2BE
8#96A3B6
9#9EA4AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEA #DDEAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D9 #C0D9FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FBB #8FBBFA | BordersInactive statesPlaceholder text |
| 400 | 5598 #5598F7 | Disabled statesSecondary iconsMuted text |
| 500 | 247B #247BF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A5F #0A5FD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 084C #084CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0636 #06367A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0423 #04234E | Primary textHigh emphasis contentDark headings |
| 950 | 0216 #021631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F6FE;
--royal-blue-100: #DDEAFD;
--royal-blue-200: #C0D9FC;
--royal-blue-300: #8FBBFA;
--royal-blue-400: #5598F7;
--royal-blue-500: #247BF5;
--royal-blue-600: #0A5FD6;
--royal-blue-700: #084CAA;
--royal-blue-800: #06367A;
--royal-blue-900: #04234E;
--royal-blue-950: #021631;
}