Royal Blue
#805EED
BlueColor Codes
All color formats for development
HEX
#805EEDRGB
rgb(128, 94, 237)HSL
hsl(254, 80%, 65%)OKLCH
oklch(0.592 0.205 289.6)CMYK
cmyk(46%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6841EA
2#5023E7
3#4317D1
4#3914B3
5#301195
6#260D77
7#1D0A5A
8#13073C
9#0A031E
Tints
Lighter variations
1#8C6EEF
2#997EF1
3#A68FF3
4#B39FF4
5#BFAFF6
6#CCBFF8
7#D9CFFA
8#E6DFFB
9#F2EFFD
Tones
Muted variations
1#8365E6
2#876DDF
3#8B74D8
4#8F7BD1
5#9382C9
6#9789C2
7#9A90BB
8#9E97B4
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 | D0C3 #D0C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AB95 #AB95F3 | BordersInactive statesPlaceholder text |
| 400 | 805E #805EED | Disabled statesSecondary iconsMuted text |
| 500 | 5B30 #5B30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4016 #4016CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3312 #3312A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 250D #250D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1708 #170849 | 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: #D0C3F8;
--royal-blue-300: #AB95F3;
--royal-blue-400: #805EED;
--royal-blue-500: #5B30E8;
--royal-blue-600: #4016CA;
--royal-blue-700: #3312A1;
--royal-blue-800: #250D73;
--royal-blue-900: #170849;
--royal-blue-950: #0F052E;
}