Royal Blue
#7753F9
BlueColor Codes
All color formats for development
HEX
#7753F9RGB
rgb(119, 83, 249)HSL
hsl(253, 93%, 65%)OKLCH
oklch(0.577 0.234 286.5)CMYK
cmyk(52%, 67%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D33F8
2#4413F6
3#3708E0
4#2F07C0
5#2706A0
6#1F0580
7#180360
8#100240
9#080120
Tints
Lighter variations
1#8464F9
2#9275FA
3#A086FB
4#AD98FB
5#BBA9FC
6#C8BAFD
7#D6CBFD
8#E4DDFE
9#F1EEFE
Tones
Muted variations
1#7B5BF0
2#8063E8
3#856CE0
4#8A74D8
5#8E7CCF
6#9385C7
7#988DBF
8#9C95B6
9#A19DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCBF #CCBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A58E #A58EFB | BordersInactive statesPlaceholder text |
| 400 | 7753 #7753F9 | Disabled statesSecondary iconsMuted text |
| 500 | 5022 #5022F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3508 #3508D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A06 #2A06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E04 #1E047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1303 #13034F | Primary textHigh emphasis contentDark headings |
| 950 | 0C02 #0C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F0FE;
--royal-blue-100: #E4DDFE;
--royal-blue-200: #CCBFFD;
--royal-blue-300: #A58EFB;
--royal-blue-400: #7753F9;
--royal-blue-500: #5022F7;
--royal-blue-600: #3508D9;
--royal-blue-700: #2A06AC;
--royal-blue-800: #1E047B;
--royal-blue-900: #13034F;
--royal-blue-950: #0C0231;
}