Royal Blue
#715EED
BlueColor Codes
All color formats for development
HEX
#715EEDRGB
rgb(113, 94, 237)HSL
hsl(248, 80%, 65%)OKLCH
oklch(0.579 0.207 283.9)CMYK
cmyk(52%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5741EA
2#3D23E7
3#3017D1
4#2914B3
5#221195
6#1B0D77
7#150A5A
8#0E073C
9#07031E
Tints
Lighter variations
1#806EEF
2#8E7EF1
3#9C8FF3
4#AA9FF4
5#B8AFF6
6#C6BFF8
7#D5CFFA
8#E3DFFB
9#F1EFFD
Tones
Muted variations
1#7765E6
2#7C6DDF
3#8174D8
4#867BD1
5#8C82C9
6#9189C2
7#9690BB
8#9B97B4
9#A19FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DF #E3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC3 #CAC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A295 #A295F3 | BordersInactive statesPlaceholder text |
| 400 | 715E #715EED | Disabled statesSecondary iconsMuted text |
| 500 | 4930 #4930E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E16 #2E16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2512 #2512A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A0D #1A0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1108 #110849 | Primary textHigh emphasis contentDark headings |
| 950 | 0B05 #0B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FD;
--royal-blue-100: #E3DFFB;
--royal-blue-200: #CAC3F8;
--royal-blue-300: #A295F3;
--royal-blue-400: #715EED;
--royal-blue-500: #4930E8;
--royal-blue-600: #2E16CA;
--royal-blue-700: #2512A1;
--royal-blue-800: #1A0D73;
--royal-blue-900: #110849;
--royal-blue-950: #0B052E;
}