Royal Blue
#775CF0
BlueColor Codes
All color formats for development
HEX
#775CF0RGB
rgb(119, 92, 240)HSL
hsl(251, 83%, 65%)OKLCH
oklch(0.583 0.212 286.2)CMYK
cmyk(50%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E3DED
2#441FEA
3#3714D4
4#2F11B6
5#270E98
6#1F0B79
7#18085B
8#10063D
9#08031E
Tints
Lighter variations
1#846CF1
2#927CF3
3#A08DF4
4#AD9DF6
5#BBADF7
6#C9BEF9
7#D6CEFA
8#E4DEFC
9#F1EFFD
Tones
Muted variations
1#7C63E8
2#806AE1
3#8572DA
4#8A79D2
5#8E81CB
6#9388C3
7#9890BC
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 #CCC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A694 #A694F5 | BordersInactive statesPlaceholder text |
| 400 | 775C #775CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 502D #502DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3513 #3513CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A0F #2A0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E0B #1E0B75 | 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: #CCC2F9;
--royal-blue-300: #A694F5;
--royal-blue-400: #775CF0;
--royal-blue-500: #502DEB;
--royal-blue-600: #3513CD;
--royal-blue-700: #2A0FA3;
--royal-blue-800: #1E0B75;
--royal-blue-900: #13074B;
--royal-blue-950: #0C042F;
}