Royal Blue
#6166EA
BlueColor Codes
All color formats for development
HEX
#6166EARGB
rgb(97, 102, 234)HSL
hsl(238, 77%, 65%)OKLCH
oklch(0.579 0.195 276.8)CMYK
cmyk(59%, 56%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4449E7
2#262DE3
3#1B21CD
4#171CB0
5#131793
6#0F1375
7#0B0E58
8#08093B
9#04051D
Tints
Lighter variations
1#7175ED
2#8184EF
3#9094F1
4#A0A3F3
5#B0B2F5
6#C0C2F7
7#D0D1F9
8#DFE0FB
9#EFF0FD
Tones
Muted variations
1#686CE4
2#6F72DD
3#7679D6
4#7D7FCF
5#8386C8
6#8A8CC1
7#9193BA
8#9899B3
9#9F9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE0 #DFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C6 #C4C6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 979A #979AF2 | BordersInactive statesPlaceholder text |
| 400 | 6166 #6166EA | Disabled statesSecondary iconsMuted text |
| 500 | 343A #343AE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A20 #1A20C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1519 #15199E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F12 #0F1271 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090B #090B48 | Primary textHigh emphasis contentDark headings |
| 950 | 0607 #06072D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FD;
--royal-blue-100: #DFE0FB;
--royal-blue-200: #C4C6F7;
--royal-blue-300: #979AF2;
--royal-blue-400: #6166EA;
--royal-blue-500: #343AE5;
--royal-blue-600: #1A20C7;
--royal-blue-700: #15199E;
--royal-blue-800: #0F1271;
--royal-blue-900: #090B48;
--royal-blue-950: #06072D;
}