Royal Blue
#7953F9
BlueColor Codes
All color formats for development
HEX
#7953F9RGB
rgb(121, 83, 249)HSL
hsl(254, 93%, 65%)OKLCH
oklch(0.579 0.234 287.2)CMYK
cmyk(51%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6133F8
2#4813F6
3#3A08E0
4#3207C0
5#2A06A0
6#210580
7#190360
8#110240
9#080120
Tints
Lighter variations
1#8764F9
2#9475FA
3#A286FB
4#AF98FB
5#BCA9FC
6#CABAFD
7#D7CBFD
8#E4DDFE
9#F2EEFE
Tones
Muted variations
1#7E5BF0
2#8263E8
3#876CE0
4#8B74D8
5#907CCF
6#9485C7
7#988DBF
8#9D95B6
9#A19DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDBF #CDBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A78E #A78EFB | BordersInactive statesPlaceholder text |
| 400 | 7953 #7953F9 | Disabled statesSecondary iconsMuted text |
| 500 | 5322 #5322F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3908 #3908D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D06 #2D06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2004 #20047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1503 #15034F | Primary textHigh emphasis contentDark headings |
| 950 | 0D02 #0D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F0FE;
--royal-blue-100: #E4DDFE;
--royal-blue-200: #CDBFFD;
--royal-blue-300: #A78EFB;
--royal-blue-400: #7953F9;
--royal-blue-500: #5322F7;
--royal-blue-600: #3908D9;
--royal-blue-700: #2D06AC;
--royal-blue-800: #20047B;
--royal-blue-900: #15034F;
--royal-blue-950: #0D0231;
}