Royal Blue
#5588F7
BlueColor Codes
All color formats for development
HEX
#5588F7RGB
rgb(85, 136, 247)HSL
hsl(221, 91%, 65%)OKLCH
oklch(0.646 0.175 263.7)CMYK
cmyk(66%, 45%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3572F5
2#155CF4
3#0A4DDE
4#0942BE
5#07379E
6#062C7F
7#04215F
8#03163F
9#010B20
Tints
Lighter variations
1#6694F8
2#77A0F9
3#88ACF9
4#99B8FA
5#AAC3FB
6#BBCFFC
7#CCDBFD
8#DDE7FD
9#EEF3FE
Tones
Muted variations
1#5D8BEF
2#658EE7
3#6D91DF
4#7594D6
5#7D97CE
6#859AC6
7#8D9DBE
8#96A0B6
9#9EA3AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D3 #C0D3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FB1 #8FB1FA | BordersInactive statesPlaceholder text |
| 400 | 5588 #5588F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2466 #2466F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A4B #0A4BD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 083B #083BAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 062A #062A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 041B #041B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0211 #021131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F5FE;
--royal-blue-100: #DDE7FD;
--royal-blue-200: #C0D3FC;
--royal-blue-300: #8FB1FA;
--royal-blue-400: #5588F7;
--royal-blue-500: #2466F5;
--royal-blue-600: #0A4BD6;
--royal-blue-700: #083BAA;
--royal-blue-800: #062A7A;
--royal-blue-900: #041B4E;
--royal-blue-950: #021131;
}