Royal Blue
#5693F5
BlueColor Codes
All color formats for development
HEX
#5693F5RGB
rgb(86, 147, 245)HSL
hsl(217, 89%, 65%)OKLCH
oklch(0.668 0.159 259.5)CMYK
cmyk(65%, 40%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#377FF3
2#186BF2
3#0D5CDB
4#0B4FBC
5#09429D
6#07357D
7#05275E
8#041A3F
9#020D1F
Tints
Lighter variations
1#679EF6
2#78A9F7
3#89B4F8
4#9ABEF9
5#ABC9FA
6#BCD4FB
7#CCDFFC
8#DDE9FD
9#EEF4FE
Tones
Muted variations
1#5E95ED
2#6697E5
3#6E99DD
4#769BD5
5#7E9CCD
6#869EC6
7#8EA0BE
8#96A2B6
9#9EA4AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE9 #DDE9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D7 #C0D7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90B8 #90B8F9 | BordersInactive statesPlaceholder text |
| 400 | 5693 #5693F5 | Disabled statesSecondary iconsMuted text |
| 500 | 2674 #2674F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C59 #0C59D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A47 #0A47A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0733 #073378 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0420 #04204D | Primary textHigh emphasis contentDark headings |
| 950 | 0314 #031430 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F6FE;
--royal-blue-100: #DDE9FD;
--royal-blue-200: #C0D7FB;
--royal-blue-300: #90B8F9;
--royal-blue-400: #5693F5;
--royal-blue-500: #2674F2;
--royal-blue-600: #0C59D4;
--royal-blue-700: #0A47A9;
--royal-blue-800: #073378;
--royal-blue-900: #04204D;
--royal-blue-950: #031430;
}