Royal Blue
#5598F6
BlueColor Codes
All color formats for development
HEX
#5598F6RGB
rgb(85, 152, 246)HSL
hsl(215, 90%, 65%)OKLCH
oklch(0.679 0.156 257.2)CMYK
cmyk(65%, 38%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3685F4
2#1672F3
3#0C63DC
4#0A55BD
5#08469D
6#07387E
7#052A5E
8#031C3F
9#020E1F
Tints
Lighter variations
1#66A3F7
2#77ADF8
3#88B7F9
4#99C1FA
5#AACCFB
6#BBD6FB
7#CCE0FC
8#DDEAFD
9#EEF5FE
Tones
Muted variations
1#5D9AEE
2#659BE6
3#6E9CDE
4#769ED6
5#7E9FCE
6#86A0C6
7#8EA2BE
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 | 90BC #90BCF9 | BordersInactive statesPlaceholder text |
| 400 | 5598 #5598F6 | Disabled statesSecondary iconsMuted text |
| 500 | 257B #257BF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B5F #0B5FD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 094C #094CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0636 #063679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0423 #04234E | Primary textHigh emphasis contentDark headings |
| 950 | 0316 #031630 | 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: #90BCF9;
--royal-blue-400: #5598F6;
--royal-blue-500: #257BF4;
--royal-blue-600: #0B5FD5;
--royal-blue-700: #094CAA;
--royal-blue-800: #063679;
--royal-blue-900: #04234E;
--royal-blue-950: #031630;
}