Royal Blue
#725FEC
BlueColor Codes
All color formats for development
HEX
#725FECRGB
rgb(114, 95, 236)HSL
hsl(248, 79%, 65%)OKLCH
oklch(0.581 0.204 284.2)CMYK
cmyk(52%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5842E9
2#3E24E5
3#3118D0
4#2A15B2
5#231194
6#1C0E77
7#150A59
8#0E073B
9#07031E
Tints
Lighter variations
1#806FEE
2#8E7FF0
3#9C8FF2
4#AA9FF4
5#B9AFF6
6#C7BFF8
7#D5CFF9
8#E3DFFB
9#F1EFFD
Tones
Muted variations
1#7766E5
2#7C6DDE
3#8274D7
4#877BD0
5#8C82C9
6#918AC2
7#9691BB
8#9B98B4
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 | CBC4 #CBC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A296 #A296F3 | BordersInactive statesPlaceholder text |
| 400 | 725F #725FEC | Disabled statesSecondary iconsMuted text |
| 500 | 4A32 #4A32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F18 #2F18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2613 #2613A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B0D #1B0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1109 #110949 | 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: #CBC4F8;
--royal-blue-300: #A296F3;
--royal-blue-400: #725FEC;
--royal-blue-500: #4A32E7;
--royal-blue-600: #2F18C9;
--royal-blue-700: #2613A0;
--royal-blue-800: #1B0D72;
--royal-blue-900: #110949;
--royal-blue-950: #0B052E;
}