Royal Blue
#7152FA
BlueColor Codes
All color formats for development
HEX
#7152FARGB
rgb(113, 82, 250)HSL
hsl(251, 94%, 65%)OKLCH
oklch(0.572 0.237 284.5)CMYK
cmyk(55%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5632F9
2#3C12F8
3#2F07E1
4#2806C1
5#2205A1
6#1B0481
7#140360
8#0D0240
9#070120
Tints
Lighter variations
1#7F63FA
2#8D74FB
3#9B86FB
4#AA97FC
5#B8A8FC
6#C6BAFD
7#D4CBFD
8#E3DCFE
9#F1EEFE
Tones
Muted variations
1#765AF1
2#7B63E9
3#816BE0
4#8673D8
5#8B7CD0
6#9084C7
7#968DBF
8#9B95B7
9#A09DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DC #E3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CABF #CABFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A18D #A18DFB | BordersInactive statesPlaceholder text |
| 400 | 7152 #7152FA | Disabled statesSecondary iconsMuted text |
| 500 | 4820 #4820F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D07 #2D07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2405 #2405AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A04 #1A047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1102 #11024F | Primary textHigh emphasis contentDark headings |
| 950 | 0A02 #0A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F0FF;
--royal-blue-100: #E3DCFE;
--royal-blue-200: #CABFFD;
--royal-blue-300: #A18DFB;
--royal-blue-400: #7152FA;
--royal-blue-500: #4820F8;
--royal-blue-600: #2D07DA;
--royal-blue-700: #2405AD;
--royal-blue-800: #1A047C;
--royal-blue-900: #11024F;
--royal-blue-950: #0A0231;
}