Royal Blue
#775FEC
BlueColor Codes
All color formats for development
HEX
#775FECRGB
rgb(119, 95, 236)HSL
hsl(250, 79%, 65%)OKLCH
oklch(0.585 0.203 286.1)CMYK
cmyk(50%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D42E9
2#4424E5
3#3718D0
4#2F15B2
5#271194
6#1F0E77
7#180A59
8#10073B
9#08031E
Tints
Lighter variations
1#846FEE
2#927FF0
3#A08FF2
4#AD9FF4
5#BBAFF6
6#C8BFF8
7#D6CFF9
8#E4DFFB
9#F1EFFD
Tones
Muted variations
1#7B66E5
2#806DDE
3#8574D7
4#8A7BD0
5#8E82C9
6#938AC2
7#9891BB
8#9C98B4
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 | CCC4 #CCC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A596 #A596F3 | BordersInactive statesPlaceholder text |
| 400 | 775F #775FEC | Disabled statesSecondary iconsMuted text |
| 500 | 5032 #5032E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3518 #3518C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A13 #2A13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E0D #1E0D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1309 #130949 | 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: #CCC4F8;
--royal-blue-300: #A596F3;
--royal-blue-400: #775FEC;
--royal-blue-500: #5032E7;
--royal-blue-600: #3518C9;
--royal-blue-700: #2A13A0;
--royal-blue-800: #1E0D72;
--royal-blue-900: #130949;
--royal-blue-950: #0C052E;
}