Royal Blue
#5567F7
BlueColor Codes
All color formats for development
HEX
#5567F7RGB
rgb(85, 103, 247)HSL
hsl(233, 91%, 65%)OKLCH
oklch(0.583 0.214 272.5)CMYK
cmyk(66%, 58%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#354BF5
2#152FF4
3#0A23DE
4#091EBE
5#07199E
6#06147F
7#040F5F
8#030A3F
9#010520
Tints
Lighter variations
1#6677F8
2#7786F9
3#8895F9
4#99A4FA
5#AAB3FB
6#BBC2FC
7#CCD2FD
8#DDE1FD
9#EEF0FE
Tones
Muted variations
1#5D6EEF
2#6574E7
3#6D7ADF
4#7580D6
5#7D87CE
6#858DC6
7#8D93BE
8#9699B6
9#9EA0AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C7 #C0C7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8F9B #8F9BFA | BordersInactive statesPlaceholder text |
| 400 | 5567 #5567F7 | Disabled statesSecondary iconsMuted text |
| 500 | 243C #243CF5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A22 #0A22D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 081B #081BAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0613 #06137A | Text on light backgroundsHeadingsStrong borders |
| 900 | 040C #040C4E | Primary textHigh emphasis contentDark headings |
| 950 | 0208 #020831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F0F2FE;
--royal-blue-100: #DDE1FD;
--royal-blue-200: #C0C7FC;
--royal-blue-300: #8F9BFA;
--royal-blue-400: #5567F7;
--royal-blue-500: #243CF5;
--royal-blue-600: #0A22D6;
--royal-blue-700: #081BAA;
--royal-blue-800: #06137A;
--royal-blue-900: #040C4E;
--royal-blue-950: #020831;
}