Royal Blue
#765BF1
BlueColor Codes
All color formats for development
HEX
#765BF1RGB
rgb(118, 91, 241)HSL
hsl(251, 84%, 65%)OKLCH
oklch(0.582 0.215 285.9)CMYK
cmyk(51%, 62%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D3CEE
2#431EEB
3#3613D5
4#2F10B7
5#270D98
6#1F0B7A
7#17085B
8#10053D
9#08031E
Tints
Lighter variations
1#846BF2
2#927CF4
3#9F8CF5
4#AD9CF6
5#BBADF8
6#C8BDF9
7#D6CEFB
8#E4DEFC
9#F1EFFE
Tones
Muted variations
1#7B62E9
2#806AE2
3#8571DA
4#8979D3
5#8E80CB
6#9388C4
7#988FBC
8#9C97B5
9#A19EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DE #E4DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC2 #CCC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A593 #A593F6 | BordersInactive statesPlaceholder text |
| 400 | 765B #765BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 4F2C #4F2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 3512 #3512CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A0E #2A0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E0A #1E0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1307 #13074B | Primary textHigh emphasis contentDark headings |
| 950 | 0C04 #0C042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FE;
--royal-blue-100: #E4DEFC;
--royal-blue-200: #CCC2FA;
--royal-blue-300: #A593F6;
--royal-blue-400: #765BF1;
--royal-blue-500: #4F2CED;
--royal-blue-600: #3512CE;
--royal-blue-700: #2A0EA4;
--royal-blue-800: #1E0A75;
--royal-blue-900: #13074B;
--royal-blue-950: #0C042F;
}