Royal Blue
#774EFD
BlueColor Codes
All color formats for development
HEX
#774EFDRGB
rgb(119, 78, 253)HSL
hsl(254, 98%, 65%)OKLCH
oklch(0.574 0.244 286.7)CMYK
cmyk(53%, 69%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E2DFD
2#450DFD
3#3702E6
4#2F02C5
5#2802A4
6#200183
7#180162
8#100142
9#080021
Tints
Lighter variations
1#8560FD
2#9272FE
3#A083FE
4#AD95FE
5#BBA7FE
6#C9B8FE
7#D6CAFE
8#E4DCFF
9#F1EDFF
Tones
Muted variations
1#7C57F4
2#8060EC
3#8569E3
4#8A71DA
5#8E7AD1
6#9383C9
7#988CC0
8#9C94B7
9#A19DAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DC #E4DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDBD #CDBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A68B #A68BFE | BordersInactive statesPlaceholder text |
| 400 | 774E #774EFD | Disabled statesSecondary iconsMuted text |
| 500 | 501C #501CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3602 #3602DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B02 #2B02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E01 #1E017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1301 #130151 | Primary textHigh emphasis contentDark headings |
| 950 | 0C01 #0C0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F0FF;
--royal-blue-100: #E4DCFF;
--royal-blue-200: #CDBDFE;
--royal-blue-300: #A68BFE;
--royal-blue-400: #774EFD;
--royal-blue-500: #501CFD;
--royal-blue-600: #3602DE;
--royal-blue-700: #2B02B1;
--royal-blue-800: #1E017E;
--royal-blue-900: #130151;
--royal-blue-950: #0C0132;
}