Royal Blue
#6171EA
BlueColor Codes
All color formats for development
HEX
#6171EARGB
rgb(97, 113, 234)HSL
hsl(233, 77%, 65%)OKLCH
oklch(0.599 0.182 273.9)CMYK
cmyk(59%, 52%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4457E7
2#263CE3
3#1B30CD
4#1729B0
5#132293
6#0F1B75
7#0B1458
8#080E3B
9#04071D
Tints
Lighter variations
1#717FED
2#818DEF
3#909CF1
4#A0AAF3
5#B0B8F5
6#C0C6F7
7#D0D4F9
8#DFE3FB
9#EFF1FD
Tones
Muted variations
1#6876E4
2#6F7CDD
3#7681D6
4#7D86CF
5#838BC8
6#8A91C1
7#9196BA
8#989BB3
9#9FA0AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE3 #DFE3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CA #C4CAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A2 #97A2F2 | BordersInactive statesPlaceholder text |
| 400 | 6171 #6171EA | Disabled statesSecondary iconsMuted text |
| 500 | 3449 #3449E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A2E #1A2EC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1525 #15259E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F1A #0F1A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0911 #091148 | Primary textHigh emphasis contentDark headings |
| 950 | 060A #060A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FD;
--royal-blue-100: #DFE3FB;
--royal-blue-200: #C4CAF7;
--royal-blue-300: #97A2F2;
--royal-blue-400: #6171EA;
--royal-blue-500: #3449E5;
--royal-blue-600: #1A2EC7;
--royal-blue-700: #15259E;
--royal-blue-800: #0F1A71;
--royal-blue-900: #091148;
--royal-blue-950: #060A2D;
}