Royal Blue
#765DEE
BlueColor Codes
All color formats for development
HEX
#765DEERGB
rgb(118, 93, 238)HSL
hsl(250, 81%, 65%)OKLCH
oklch(0.583 0.209 285.9)CMYK
cmyk(50%, 61%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C3FEB
2#4321E8
3#3516D2
4#2E13B4
5#261096
6#1E0D78
7#17095A
8#0F063C
9#08031E
Tints
Lighter variations
1#836EF0
2#917EF1
3#9F8EF3
4#AD9EF5
5#BAAEF7
6#C8BEF8
7#D6CFFA
8#E4DFFC
9#F1EFFD
Tones
Muted variations
1#7A65E7
2#7F6CE0
3#8473D8
4#897AD1
5#8E82CA
6#9289C3
7#9790BB
8#9C97B4
9#A19FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DF #E4DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC3 #CCC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A595 #A595F4 | BordersInactive statesPlaceholder text |
| 400 | 765D #765DEE | Disabled statesSecondary iconsMuted text |
| 500 | 4E2F #4E2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3415 #3415CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2911 #2911A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D0C #1D0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1308 #13084A | Primary textHigh emphasis contentDark headings |
| 950 | 0C05 #0C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FE;
--royal-blue-100: #E4DFFC;
--royal-blue-200: #CCC3F9;
--royal-blue-300: #A595F4;
--royal-blue-400: #765DEE;
--royal-blue-500: #4E2FE9;
--royal-blue-600: #3415CB;
--royal-blue-700: #2911A2;
--royal-blue-800: #1D0C73;
--royal-blue-900: #13084A;
--royal-blue-950: #0C052E;
}