Royal Blue
#556BF6
BlueColor Codes
All color formats for development
HEX
#556BF6RGB
rgb(85, 107, 246)HSL
hsl(232, 90%, 65%)OKLCH
oklch(0.589 0.208 271.7)CMYK
cmyk(65%, 57%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#364FF4
2#1634F3
3#0C27DC
4#0A22BD
5#081C9D
6#07177E
7#05115E
8#030B3F
9#02061F
Tints
Lighter variations
1#667AF7
2#7788F8
3#8897F9
4#99A6FA
5#AAB5FB
6#BBC4FB
7#CCD3FC
8#DDE1FD
9#EEF0FE
Tones
Muted variations
1#5D71EE
2#6577E6
3#6E7DDE
4#7682D6
5#7E88CE
6#868EC6
7#8E94BE
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 | 909E #909EF9 | BordersInactive statesPlaceholder text |
| 400 | 556B #556BF6 | Disabled statesSecondary iconsMuted text |
| 500 | 2541 #2541F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B26 #0B26D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 091E #091EAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0616 #061679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040E #040E4E | 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: #F0F2FE;
--royal-blue-100: #DDE1FD;
--royal-blue-200: #C0C8FC;
--royal-blue-300: #909EF9;
--royal-blue-400: #556BF6;
--royal-blue-500: #2541F4;
--royal-blue-600: #0B26D5;
--royal-blue-700: #091EAA;
--royal-blue-800: #061679;
--royal-blue-900: #040E4E;
--royal-blue-950: #030930;
}