Royal Blue
#5585F7
BlueColor Codes
All color formats for development
HEX
#5585F7RGB
rgb(85, 133, 247)HSL
hsl(222, 91%, 65%)OKLCH
oklch(0.64 0.178 264.7)CMYK
cmyk(66%, 46%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#356FF5
2#1558F4
3#0A4ADE
4#093FBE
5#07359E
6#062A7F
7#04205F
8#03153F
9#010B20
Tints
Lighter variations
1#6691F8
2#779EF9
3#88AAF9
4#99B6FA
5#AAC2FB
6#BBCEFC
7#CCDAFD
8#DDE7FD
9#EEF3FE
Tones
Muted variations
1#5D89EF
2#658CE7
3#6D8FDF
4#7592D6
5#7D96CE
6#8599C6
7#8D9CBE
8#969FB6
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 | C0D2 #C0D2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FAF #8FAFFA | BordersInactive statesPlaceholder text |
| 400 | 5585 #5585F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2462 #2462F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A47 #0A47D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0839 #0839AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0629 #06297A | Text on light backgroundsHeadingsStrong borders |
| 900 | 041A #041A4E | Primary textHigh emphasis contentDark headings |
| 950 | 0210 #021031 | 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: #C0D2FC;
--royal-blue-300: #8FAFFA;
--royal-blue-400: #5585F7;
--royal-blue-500: #2462F5;
--royal-blue-600: #0A47D6;
--royal-blue-700: #0839AA;
--royal-blue-800: #06297A;
--royal-blue-900: #041A4E;
--royal-blue-950: #021031;
}