Royal Blue
#8055F6
PurpleColor Codes
All color formats for development
HEX
#8055F6RGB
rgb(128, 85, 246)HSL
hsl(256, 90%, 65%)OKLCH
oklch(0.586 0.227 289.8)CMYK
cmyk(48%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6936F4
2#5116F3
3#430CDC
4#3A0ABD
5#30089D
6#26077E
7#1D055E
8#13033F
9#0A021F
Tints
Lighter variations
1#8D66F7
2#9A77F8
3#A688F9
4#B399FA
5#C0AAFB
6#CCBBFB
7#D9CCFC
8#E6DDFD
9#F2EEFE
Tones
Muted variations
1#845DEE
2#8865E6
3#8C6EDE
4#8F76D6
5#937ECE
6#9786C6
7#9B8EBE
8#9E96B6
9#A29EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C0 #D0C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | AC90 #AC90F9 | BordersInactive statesPlaceholder text |
| 400 | 8055 #8055F6 | Disabled statesSecondary iconsMuted text |
| 500 | 5C25 #5C25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 410B #410BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3409 #3409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2506 #250679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1804 #18044E | Primary textHigh emphasis contentDark headings |
| 950 | 0F03 #0F0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F0FE;
--royal-blue-100: #E6DDFD;
--royal-blue-200: #D0C0FC;
--royal-blue-300: #AC90F9;
--royal-blue-400: #8055F6;
--royal-blue-500: #5C25F4;
--royal-blue-600: #410BD5;
--royal-blue-700: #3409AA;
--royal-blue-800: #250679;
--royal-blue-900: #18044E;
--royal-blue-950: #0F0330;
}