Royal Blue
#5F6DEC
BlueColor Codes
All color formats for development
HEX
#5F6DECRGB
rgb(95, 109, 236)HSL
hsl(234, 79%, 65%)OKLCH
oklch(0.592 0.19 274.3)CMYK
cmyk(60%, 54%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4252E9
2#2437E5
3#182BD0
4#1525B2
5#111E94
6#0E1877
7#0A1259
8#070C3B
9#03061E
Tints
Lighter variations
1#6F7CEE
2#7F8AF0
3#8F99F2
4#9FA8F4
5#AFB6F6
6#BFC5F8
7#CFD3F9
8#DFE2FB
9#EFF0FD
Tones
Muted variations
1#6673E5
2#6D79DE
3#747ED7
4#7B84D0
5#828AC9
6#8A8FC2
7#9195BB
8#989AB4
9#9FA0AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C9 #C4C9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 969F #969FF3 | BordersInactive statesPlaceholder text |
| 400 | 5F6D #5F6DEC | Disabled statesSecondary iconsMuted text |
| 500 | 3244 #3244E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1829 #1829C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1321 #1321A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D17 #0D1772 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090F #090F49 | Primary textHigh emphasis contentDark headings |
| 950 | 0509 #05092E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FD;
--royal-blue-100: #DFE2FB;
--royal-blue-200: #C4C9F8;
--royal-blue-300: #969FF3;
--royal-blue-400: #5F6DEC;
--royal-blue-500: #3244E7;
--royal-blue-600: #1829C9;
--royal-blue-700: #1321A0;
--royal-blue-800: #0D1772;
--royal-blue-900: #090F49;
--royal-blue-950: #05092E;
}