Royal Blue
#555FF7
BlueColor Codes
All color formats for development
HEX
#555FF7RGB
rgb(85, 95, 247)HSL
hsl(236, 91%, 65%)OKLCH
oklch(0.569 0.223 274)CMYK
cmyk(66%, 62%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3542F5
2#1524F4
3#0A19DE
4#0915BE
5#07129E
6#060E7F
7#040B5F
8#03073F
9#010420
Tints
Lighter variations
1#666FF8
2#777FF9
3#888FF9
4#999FFA
5#AAAFFB
6#BBBFFC
7#CCCFFD
8#DDDFFD
9#EEEFFE
Tones
Muted variations
1#5D66EF
2#656DE7
3#6D74DF
4#757CD6
5#7D83CE
6#858AC6
7#8D91BE
8#9698B6
9#9E9FAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDF #DDDFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C4 #C0C4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8F96 #8F96FA | BordersInactive statesPlaceholder text |
| 400 | 555F #555FF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2432 #2432F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A18 #0A18D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0813 #0813AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 060D #060D7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0409 #04094E | Primary textHigh emphasis contentDark headings |
| 950 | 0205 #020531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F1FE;
--royal-blue-100: #DDDFFD;
--royal-blue-200: #C0C4FC;
--royal-blue-300: #8F96FA;
--royal-blue-400: #555FF7;
--royal-blue-500: #2432F5;
--royal-blue-600: #0A18D6;
--royal-blue-700: #0813AA;
--royal-blue-800: #060D7A;
--royal-blue-900: #04094E;
--royal-blue-950: #020531;
}