Royal Blue
#501CFD
BlueColor Codes
All color formats for development
HEX
#501CFDRGB
rgb(80, 28, 253)HSL
hsl(254, 98%, 55%)OKLCH
oklch(0.493 0.287 278.1)CMYK
cmyk(68%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C03FA
2#3602DE
3#2F02C2
4#2802A7
5#21018B
6#1B016F
7#140153
8#0D0138
9#07001C
Tints
Lighter variations
1#6233FD
2#7349FD
3#8560FD
4#9677FE
5#A88DFE
6#B9A4FE
7#CBBBFE
8#DCD2FF
9#EEE8FF
Tones
Muted variations
1#5627F1
2#5C32E6
3#623EDB
4#6849D0
5#6E54C4
6#745FB9
7#7A6BAE
8#8076A3
9#868197
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;
}