Royal Blue
#5572F7
BlueColor Codes
All color formats for development
HEX
#5572F7RGB
rgb(85, 114, 247)HSL
hsl(229, 91%, 65%)OKLCH
oklch(0.603 0.201 270.1)CMYK
cmyk(66%, 54%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3558F5
2#153EF4
3#0A31DE
4#092ABE
5#07239E
6#061C7F
7#04155F
8#030E3F
9#010720
Tints
Lighter variations
1#6680F8
2#778EF9
3#889DF9
4#99ABFA
5#AAB9FB
6#BBC7FC
7#CCD5FD
8#DDE3FD
9#EEF1FE
Tones
Muted variations
1#5D77EF
2#657DE7
3#6D82DF
4#7587D6
5#7D8CCE
6#8591C6
7#8D96BE
8#969BB6
9#9EA1AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE3 #DDE3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CB #C0CBFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FA3 #8FA3FA | BordersInactive statesPlaceholder text |
| 400 | 5572 #5572F7 | Disabled statesSecondary iconsMuted text |
| 500 | 244A #244AF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A30 #0A30D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0826 #0826AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 061B #061B7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0411 #04114E | Primary textHigh emphasis contentDark headings |
| 950 | 020B #020B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F3FE;
--royal-blue-100: #DDE3FD;
--royal-blue-200: #C0CBFC;
--royal-blue-300: #8FA3FA;
--royal-blue-400: #5572F7;
--royal-blue-500: #244AF5;
--royal-blue-600: #0A30D6;
--royal-blue-700: #0826AA;
--royal-blue-800: #061B7A;
--royal-blue-900: #04114E;
--royal-blue-950: #020B31;
}