Royal Blue
#795EED
BlueColor Codes
All color formats for development
HEX
#795EEDRGB
rgb(121, 94, 237)HSL
hsl(251, 80%, 65%)OKLCH
oklch(0.586 0.206 286.9)CMYK
cmyk(49%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6041EA
2#4723E7
3#3917D1
4#3114B3
5#291195
6#210D77
7#190A5A
8#10073C
9#08031E
Tints
Lighter variations
1#866EEF
2#937EF1
3#A18FF3
4#AE9FF4
5#BCAFF6
6#C9BFF8
7#D7CFFA
8#E4DFFB
9#F2EFFD
Tones
Muted variations
1#7D65E6
2#826DDF
3#8674D8
4#8B7BD1
5#8F82C9
6#9489C2
7#9890BB
8#9D97B4
9#A19FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DF #E4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC3 #CDC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A795 #A795F3 | BordersInactive statesPlaceholder text |
| 400 | 795E #795EED | Disabled statesSecondary iconsMuted text |
| 500 | 5230 #5230E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3716 #3716CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C12 #2C12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F0D #1F0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1408 #140849 | Primary textHigh emphasis contentDark headings |
| 950 | 0D05 #0D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FD;
--royal-blue-100: #E4DFFB;
--royal-blue-200: #CDC3F8;
--royal-blue-300: #A795F3;
--royal-blue-400: #795EED;
--royal-blue-500: #5230E8;
--royal-blue-600: #3716CA;
--royal-blue-700: #2C12A1;
--royal-blue-800: #1F0D73;
--royal-blue-900: #140849;
--royal-blue-950: #0D052E;
}