Royal Blue
#5669F5
BlueColor Codes
All color formats for development
HEX
#5669F5RGB
rgb(86, 105, 245)HSL
hsl(233, 89%, 65%)OKLCH
oklch(0.586 0.209 272.4)CMYK
cmyk(65%, 57%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#374DF3
2#1831F2
3#0D25DB
4#0B20BC
5#091A9D
6#07157D
7#05105E
8#040B3F
9#02051F
Tints
Lighter variations
1#6778F6
2#7887F7
3#8996F8
4#9AA5F9
5#ABB4FA
6#BCC3FB
7#CCD2FC
8#DDE1FD
9#EEF0FE
Tones
Muted variations
1#5E6FED
2#6675E5
3#6E7BDD
4#7681D5
5#7E87CD
6#868DC6
7#8E93BE
8#969AB6
9#9EA0AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE1 #DDE1FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C7 #C0C7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 909C #909CF9 | BordersInactive statesPlaceholder text |
| 400 | 5669 #5669F5 | Disabled statesSecondary iconsMuted text |
| 500 | 263E #263EF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C24 #0C24D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A1C #0A1CA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0714 #071478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040D #040D4D | Primary textHigh emphasis contentDark headings |
| 950 | 0308 #030830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FE;
--royal-blue-100: #DDE1FD;
--royal-blue-200: #C0C7FB;
--royal-blue-300: #909CF9;
--royal-blue-400: #5669F5;
--royal-blue-500: #263EF2;
--royal-blue-600: #0C24D4;
--royal-blue-700: #0A1CA9;
--royal-blue-800: #071478;
--royal-blue-900: #040D4D;
--royal-blue-950: #030830;
}