Royal Blue
#7855F6
BlueColor Codes
All color formats for development
HEX
#7855F6RGB
rgb(120, 85, 246)HSL
hsl(253, 90%, 65%)OKLCH
oklch(0.578 0.228 287)CMYK
cmyk(51%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F36F4
2#4616F3
3#390CDC
4#310ABD
5#29089D
6#20077E
7#18055E
8#10033F
9#08021F
Tints
Lighter variations
1#8666F7
2#9377F8
3#A188F9
4#AE99FA
5#BCAAFB
6#C9BBFB
7#D7CCFC
8#E4DDFD
9#F2EEFE
Tones
Muted variations
1#7D5DEE
2#8165E6
3#866EDE
4#8A76D6
5#8F7ECE
6#9486C6
7#988EBE
8#9D96B6
9#A19EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC0 #CDC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A690 #A690F9 | BordersInactive statesPlaceholder text |
| 400 | 7855 #7855F6 | Disabled statesSecondary iconsMuted text |
| 500 | 5225 #5225F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 370B #370BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C09 #2C09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F06 #1F0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1404 #14044E | Primary textHigh emphasis contentDark headings |
| 950 | 0C03 #0C0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F0FE;
--royal-blue-100: #E4DDFD;
--royal-blue-200: #CDC0FC;
--royal-blue-300: #A690F9;
--royal-blue-400: #7855F6;
--royal-blue-500: #5225F4;
--royal-blue-600: #370BD5;
--royal-blue-700: #2C09AA;
--royal-blue-800: #1F0679;
--royal-blue-900: #14044E;
--royal-blue-950: #0C0330;
}