Royal Blue
#566EF5
BlueColor Codes
All color formats for development
HEX
#566EF5RGB
rgb(86, 110, 245)HSL
hsl(231, 89%, 65%)OKLCH
oklch(0.595 0.203 271.3)CMYK
cmyk(65%, 55%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3753F3
2#1838F2
3#0D2CDB
4#0B25BC
5#091F9D
6#07197D
7#05135E
8#040C3F
9#02061F
Tints
Lighter variations
1#677DF6
2#788BF7
3#899AF8
4#9AA8F9
5#ABB7FA
6#BCC5FB
7#CCD4FC
8#DDE2FD
9#EEF1FE
Tones
Muted variations
1#5E74ED
2#6679E5
3#6E7FDD
4#7684D5
5#7E8ACD
6#8690C6
7#8E95BE
8#969BB6
9#9EA0AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE2 #DDE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C9 #C0C9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90A0 #90A0F9 | BordersInactive statesPlaceholder text |
| 400 | 566E #566EF5 | Disabled statesSecondary iconsMuted text |
| 500 | 2645 #2645F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C2A #0C2AD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A22 #0A22A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0718 #071878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040F #040F4D | Primary textHigh emphasis contentDark headings |
| 950 | 030A #030A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FE;
--royal-blue-100: #DDE2FD;
--royal-blue-200: #C0C9FB;
--royal-blue-300: #90A0F9;
--royal-blue-400: #566EF5;
--royal-blue-500: #2645F2;
--royal-blue-600: #0C2AD4;
--royal-blue-700: #0A22A9;
--royal-blue-800: #071878;
--royal-blue-900: #040F4D;
--royal-blue-950: #030A30;
}