Royal Blue
#7477D8
BlueColor Codes
All color formats for development
HEX
#7477D8RGB
rgb(116, 119, 216)HSL
hsl(238, 56%, 65%)OKLCH
oklch(0.612 0.145 279.9)CMYK
cmyk(46%, 45%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A5ED0
2#4045C9
3#3337B5
4#2C2F9B
5#242881
6#1D2067
7#16184E
8#0F1034
9#07081A
Tints
Lighter variations
1#8285DC
2#9092E0
3#9EA0E4
4#ABADE7
5#B9BBEB
6#C7C9EF
7#D5D6F3
8#E3E4F7
9#F1F1FB
Tones
Muted variations
1#797CD3
2#7E80CE
3#8385C9
4#888AC4
5#8D8EBF
6#9293BA
7#9798B5
8#9C9CB0
9#A1A1AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E4 #E3E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCD #CBCDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A6 #A4A6E5 | BordersInactive statesPlaceholder text |
| 400 | 7477 #7477D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C50 #4C50CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3136 #3136AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 272B #272B8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C1E #1C1E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1213 #121340 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0C #0B0C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FC;
--royal-blue-100: #E3E4F7;
--royal-blue-200: #CBCDF0;
--royal-blue-300: #A4A6E5;
--royal-blue-400: #7477D8;
--royal-blue-500: #4C50CD;
--royal-blue-600: #3136AF;
--royal-blue-700: #272B8B;
--royal-blue-800: #1C1E63;
--royal-blue-900: #121340;
--royal-blue-950: #0B0C28;
}