Royal Blue
#7D59F3
BlueColor Codes
All color formats for development
HEX
#7D59F3RGB
rgb(125, 89, 243)HSL
hsl(254, 87%, 65%)OKLCH
oklch(0.586 0.219 288.5)CMYK
cmyk(49%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6439F1
2#4C1AEF
3#3E0FD9
4#350DBA
5#2C0B9B
6#24097C
7#1B065D
8#12043E
9#09021F
Tints
Lighter variations
1#8969F5
2#9679F6
3#A48AF7
4#B19BF8
5#BEACF9
6#CBBCFA
7#D8CDFC
8#E5DEFD
9#F2EEFE
Tones
Muted variations
1#8060EC
2#8568E4
3#896FDC
4#8D77D4
5#917FCD
6#9587C5
7#998EBD
8#9D96B5
9#A29EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DE #E5DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC1 #CEC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A991 #A991F7 | BordersInactive statesPlaceholder text |
| 400 | 7C58 #7C58F3 | Disabled statesSecondary iconsMuted text |
| 500 | 5728 #5728F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3C0F #3C0FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 300C #300CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2208 #220877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1605 #16054C | Primary textHigh emphasis contentDark headings |
| 950 | 0E03 #0E0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FE;
--royal-blue-100: #E5DEFD;
--royal-blue-200: #CEC1FB;
--royal-blue-300: #A991F7;
--royal-blue-400: #7C58F3;
--royal-blue-500: #5728F0;
--royal-blue-600: #3C0FD2;
--royal-blue-700: #300CA7;
--royal-blue-800: #220877;
--royal-blue-900: #16054C;
--royal-blue-950: #0E0330;
}