Royal Blue
#556AF7
BlueColor Codes
All color formats for development
HEX
#556AF7RGB
rgb(85, 106, 247)HSL
hsl(232, 91%, 65%)OKLCH
oklch(0.588 0.21 271.9)CMYK
cmyk(66%, 57%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#354FF5
2#1533F4
3#0A27DE
4#0921BE
5#071C9E
6#06167F
7#04115F
8#030B3F
9#010620
Tints
Lighter variations
1#6679F8
2#7788F9
3#8897F9
4#99A6FA
5#AAB5FB
6#BBC3FC
7#CCD2FD
8#DDE1FD
9#EEF0FE
Tones
Muted variations
1#5D70EF
2#6576E7
3#6D7CDF
4#7582D6
5#7D88CE
6#858EC6
7#8D94BE
8#969AB6
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 | C0C8 #C0C8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8F9D #8F9DFA | BordersInactive statesPlaceholder text |
| 400 | 556A #556AF7 | Disabled statesSecondary iconsMuted text |
| 500 | 2440 #2440F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A25 #0A25D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 081E #081EAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0615 #06157A | Text on light backgroundsHeadingsStrong borders |
| 900 | 040E #040E4E | 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: #C0C8FC;
--royal-blue-300: #8F9DFA;
--royal-blue-400: #556AF7;
--royal-blue-500: #2440F5;
--royal-blue-600: #0A25D6;
--royal-blue-700: #081EAA;
--royal-blue-800: #06157A;
--royal-blue-900: #040E4E;
--royal-blue-950: #020831;
}