Royal Blue
#805FEC
BlueColor Codes
All color formats for development
HEX
#805FECRGB
rgb(128, 95, 236)HSL
hsl(254, 79%, 65%)OKLCH
oklch(0.593 0.203 289.5)CMYK
cmyk(46%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6942E9
2#5124E5
3#4318D0
4#3A15B2
5#301194
6#260E77
7#1D0A59
8#13073B
9#0A031E
Tints
Lighter variations
1#8D6FEE
2#9A7FF0
3#A68FF2
4#B39FF4
5#C0AFF6
6#CCBFF8
7#D9CFF9
8#E6DFFB
9#F2EFFD
Tones
Muted variations
1#8466E5
2#886DDE
3#8B74D7
4#8F7BD0
5#9382C9
6#978AC2
7#9A91BB
8#9E98B4
9#A29FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C4 #D0C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AC96 #AC96F3 | BordersInactive statesPlaceholder text |
| 400 | 805F #805FEC | Disabled statesSecondary iconsMuted text |
| 500 | 5C32 #5C32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4118 #4118C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3413 #3413A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 250D #250D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1809 #180949 | Primary textHigh emphasis contentDark headings |
| 950 | 0F05 #0F052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FD;
--royal-blue-100: #E6DFFB;
--royal-blue-200: #D0C4F8;
--royal-blue-300: #AC96F3;
--royal-blue-400: #805FEC;
--royal-blue-500: #5C32E7;
--royal-blue-600: #4118C9;
--royal-blue-700: #3413A0;
--royal-blue-800: #250D72;
--royal-blue-900: #180949;
--royal-blue-950: #0F052E;
}