Royal Blue
#566BF5
BlueColor Codes
All color formats for development
HEX
#566BF5RGB
rgb(86, 107, 245)HSL
hsl(232, 89%, 65%)OKLCH
oklch(0.589 0.206 271.9)CMYK
cmyk(65%, 56%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3750F3
2#1835F2
3#0D28DB
4#0B23BC
5#091D9D
6#07177D
7#05115E
8#040C3F
9#02061F
Tints
Lighter variations
1#677AF6
2#7889F7
3#8998F8
4#9AA6F9
5#ABB5FA
6#BCC4FB
7#CCD3FC
8#DDE1FD
9#EEF0FE
Tones
Muted variations
1#5E71ED
2#6677E5
3#6E7DDD
4#7683D5
5#7E89CD
6#868EC6
7#8E94BE
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 | C0C8 #C0C8FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 909E #909EF9 | BordersInactive statesPlaceholder text |
| 400 | 566B #566BF5 | Disabled statesSecondary iconsMuted text |
| 500 | 2641 #2641F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C27 #0C27D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A1F #0A1FA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0716 #071678 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040E #040E4D | Primary textHigh emphasis contentDark headings |
| 950 | 0309 #030930 | 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: #C0C8FB;
--royal-blue-300: #909EF9;
--royal-blue-400: #566BF5;
--royal-blue-500: #2641F2;
--royal-blue-600: #0C27D4;
--royal-blue-700: #0A1FA9;
--royal-blue-800: #071678;
--royal-blue-900: #040E4D;
--royal-blue-950: #030930;
}