Royal Blue
#5666F5
BlueColor Codes
All color formats for development
HEX
#5666F5RGB
rgb(86, 102, 245)HSL
hsl(234, 89%, 65%)OKLCH
oklch(0.58 0.212 273)CMYK
cmyk(65%, 58%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#374AF3
2#182DF2
3#0D21DB
4#0B1DBC
5#09189D
6#07137D
7#050E5E
8#040A3F
9#02051F
Tints
Lighter variations
1#6775F6
2#7885F7
3#8994F8
4#9AA3F9
5#ABB3FA
6#BCC2FB
7#CCD1FC
8#DDE0FD
9#EEF0FE
Tones
Muted variations
1#5E6DED
2#6673E5
3#6E79DD
4#7680D5
5#7E86CD
6#868CC6
7#8E93BE
8#9699B6
9#9E9FAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C6 #C0C6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 909B #909BF9 | BordersInactive statesPlaceholder text |
| 400 | 5666 #5666F5 | Disabled statesSecondary iconsMuted text |
| 500 | 263B #263BF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C20 #0C20D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A1A #0A1AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0712 #071278 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040C #040C4D | Primary textHigh emphasis contentDark headings |
| 950 | 0307 #030730 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FE;
--royal-blue-100: #DDE0FD;
--royal-blue-200: #C0C6FB;
--royal-blue-300: #909BF9;
--royal-blue-400: #5666F5;
--royal-blue-500: #263BF2;
--royal-blue-600: #0C20D4;
--royal-blue-700: #0A1AA9;
--royal-blue-800: #071278;
--royal-blue-900: #040C4D;
--royal-blue-950: #030730;
}