Royal Blue
#765EED
BlueColor Codes
All color formats for development
HEX
#765EEDRGB
rgb(118, 94, 237)HSL
hsl(250, 80%, 65%)OKLCH
oklch(0.583 0.206 285.8)CMYK
cmyk(50%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D41EA
2#4323E7
3#3617D1
4#2E14B3
5#271195
6#1F0D77
7#170A5A
8#0F073C
9#08031E
Tints
Lighter variations
1#846EEF
2#927EF1
3#9F8FF3
4#AD9FF4
5#BBAFF6
6#C8BFF8
7#D6CFFA
8#E4DFFB
9#F1EFFD
Tones
Muted variations
1#7B65E6
2#806DDF
3#8474D8
4#897BD1
5#8E82C9
6#9389C2
7#9790BB
8#9C97B4
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 | CCC3 #CCC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A595 #A595F3 | BordersInactive statesPlaceholder text |
| 400 | 765E #765EED | Disabled statesSecondary iconsMuted text |
| 500 | 4F30 #4F30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3416 #3416CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A12 #2A12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E0D #1E0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1308 #130849 | 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: #F3F1FD;
--royal-blue-100: #E4DFFB;
--royal-blue-200: #CCC3F8;
--royal-blue-300: #A595F3;
--royal-blue-400: #765EED;
--royal-blue-500: #4F30E8;
--royal-blue-600: #3416CA;
--royal-blue-700: #2A12A1;
--royal-blue-800: #1E0D73;
--royal-blue-900: #130849;
--royal-blue-950: #0C052E;
}