Royal Blue
#5555F6
BlueColor Codes
All color formats for development
HEX
#5555F6RGB
rgb(85, 85, 246)HSL
hsl(240, 90%, 65%)OKLCH
oklch(0.552 0.233 275.6)CMYK
cmyk(65%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3636F4
2#1616F3
3#0C0CDC
4#0A0ABD
5#08089D
6#07077E
7#05055E
8#03033F
9#02021F
Tints
Lighter variations
1#6666F7
2#7777F8
3#8888F9
4#9999FA
5#AAAAFB
6#BBBBFB
7#CCCCFC
8#DDDDFD
9#EEEEFE
Tones
Muted variations
1#5D5DEE
2#6565E6
3#6E6EDE
4#7676D6
5#7E7ECE
6#8686C6
7#8E8EBE
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 | 9090 #9090F9 | BordersInactive statesPlaceholder text |
| 400 | 5555 #5555F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2525 #2525F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B0B #0B0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0909 #0909AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0606 #060679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0404 #04044E | Primary textHigh emphasis contentDark headings |
| 950 | 0303 #030330 | 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: #9090F9;
--royal-blue-400: #5555F6;
--royal-blue-500: #2525F4;
--royal-blue-600: #0B0BD5;
--royal-blue-700: #0909AA;
--royal-blue-800: #060679;
--royal-blue-900: #04044E;
--royal-blue-950: #030330;
}