Royal Blue
#5575F7
BlueColor Codes
All color formats for development
HEX
#5575F7RGB
rgb(85, 117, 247)HSL
hsl(228, 91%, 65%)OKLCH
oklch(0.609 0.197 269.3)CMYK
cmyk(66%, 53%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#355BF5
2#1542F4
3#0A35DE
4#092DBE
5#07269E
6#061E7F
7#04175F
8#030F3F
9#010820
Tints
Lighter variations
1#6683F8
2#7791F9
3#889EF9
4#99ACFA
5#AABAFB
6#BBC8FC
7#CCD6FD
8#DDE3FD
9#EEF1FE
Tones
Muted variations
1#5D7AEF
2#657FE7
3#6D84DF
4#7589D6
5#7D8DCE
6#8592C6
7#8D97BE
8#969CB6
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 | C0CC #C0CCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FA4 #8FA4FA | BordersInactive statesPlaceholder text |
| 400 | 5575 #5575F7 | Disabled statesSecondary iconsMuted text |
| 500 | 244E #244EF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A33 #0A33D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0829 #0829AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 061D #061D7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0413 #04134E | Primary textHigh emphasis contentDark headings |
| 950 | 020C #020C31 | 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: #C0CCFC;
--royal-blue-300: #8FA4FA;
--royal-blue-400: #5575F7;
--royal-blue-500: #244EF5;
--royal-blue-600: #0A33D6;
--royal-blue-700: #0829AA;
--royal-blue-800: #061D7A;
--royal-blue-900: #04134E;
--royal-blue-950: #020C31;
}