Royal Blue
#5762F4
BlueColor Codes
All color formats for development
HEX
#5762F4RGB
rgb(87, 98, 244)HSL
hsl(236, 88%, 65%)OKLCH
oklch(0.573 0.215 274.1)CMYK
cmyk(64%, 60%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3844F2
2#1927F0
3#0E1CDA
4#0C18BB
5#0A149C
6#08107D
7#060C5D
8#04083E
9#02041F
Tints
Lighter variations
1#6871F5
2#7981F6
3#8A91F8
4#9AA1F9
5#ABB0FA
6#BCC0FB
7#CDD0FC
8#DDE0FD
9#EEEFFE
Tones
Muted variations
1#5F68EC
2#676FE5
3#6F76DD
4#777DD5
5#7E84CD
6#868BC5
7#8E91BD
8#9698B5
9#9E9FAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C5 #C1C5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9198 #9198F8 | BordersInactive statesPlaceholder text |
| 400 | 5762 #5762F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2735 #2735F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D1B #0D1BD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B15 #0B15A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 080F #080F78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050A #050A4D | Primary textHigh emphasis contentDark headings |
| 950 | 0306 #030630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FE;
--royal-blue-100: #DDE0FD;
--royal-blue-200: #C1C5FB;
--royal-blue-300: #9198F8;
--royal-blue-400: #5762F4;
--royal-blue-500: #2735F1;
--royal-blue-600: #0D1BD3;
--royal-blue-700: #0B15A8;
--royal-blue-800: #080F78;
--royal-blue-900: #050A4D;
--royal-blue-950: #030630;
}