Royal Blue
#5555F7
BlueColor Codes
All color formats for development
HEX
#5555F7RGB
rgb(85, 85, 247)HSL
hsl(240, 91%, 65%)OKLCH
oklch(0.553 0.234 275.5)CMYK
cmyk(66%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3535F5
2#1515F4
3#0A0ADE
4#0909BE
5#07079E
6#06067F
7#04045F
8#03033F
9#010120
Tints
Lighter variations
1#6666F8
2#7777F9
3#8888F9
4#9999FA
5#AAAAFB
6#BBBBFC
7#CCCCFD
8#DDDDFD
9#EEEEFE
Tones
Muted variations
1#5D5DEF
2#6565E7
3#6D6DDF
4#7575D6
5#7D7DCE
6#8585C6
7#8D8DBE
8#9696B6
9#9E9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDD #DDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C0 #C0C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8F8F #8F8FFA | BordersInactive statesPlaceholder text |
| 400 | 5555 #5555F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2424 #2424F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A0A #0A0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0808 #0808AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0606 #06067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0404 #04044E | Primary textHigh emphasis contentDark headings |
| 950 | 0202 #020231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F0FE;
--royal-blue-100: #DDDDFD;
--royal-blue-200: #C0C0FC;
--royal-blue-300: #8F8FFA;
--royal-blue-400: #5555F7;
--royal-blue-500: #2424F5;
--royal-blue-600: #0A0AD6;
--royal-blue-700: #0808AA;
--royal-blue-800: #06067A;
--royal-blue-900: #04044E;
--royal-blue-950: #020231;
}