Royal Blue
#5696F5
BlueColor Codes
All color formats for development
HEX
#5696F5RGB
rgb(86, 150, 245)HSL
hsl(216, 89%, 65%)OKLCH
oklch(0.675 0.156 258.2)CMYK
cmyk(65%, 39%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3782F3
2#186FF2
3#0D5FDB
4#0B52BC
5#09449D
6#07367D
7#05295E
8#041B3F
9#020E1F
Tints
Lighter variations
1#67A0F6
2#78ABF7
3#89B5F8
4#9AC0F9
5#ABCAFA
6#BCD5FB
7#CCDFFC
8#DDEAFD
9#EEF4FE
Tones
Muted variations
1#5E97ED
2#6699E5
3#6E9BDD
4#769CD5
5#7E9ECD
6#869FC6
7#8EA1BE
8#96A3B6
9#9EA4AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEA #DDEAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D8 #C0D8FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90BA #90BAF9 | BordersInactive statesPlaceholder text |
| 400 | 5696 #5696F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2678 #2678F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C5C #0C5CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A49 #0A49A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0734 #073478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0422 #04224D | Primary textHigh emphasis contentDark headings |
| 950 | 0315 #031530 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F6FE;
--royal-blue-100: #DDEAFD;
--royal-blue-200: #C0D8FB;
--royal-blue-300: #90BAF9;
--royal-blue-400: #5696F5;
--royal-blue-500: #2678F2;
--royal-blue-600: #0C5CD4;
--royal-blue-700: #0A49A9;
--royal-blue-800: #073478;
--royal-blue-900: #04224D;
--royal-blue-950: #031530;
}