Royal Blue
#7479D8
BlueColor Codes
All color formats for development
HEX
#7479D8RGB
rgb(116, 121, 216)HSL
hsl(237, 56%, 65%)OKLCH
oklch(0.616 0.142 279.1)CMYK
cmyk(46%, 44%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A60D0
2#4047C9
3#333AB5
4#2C319B
5#242981
6#1D2167
7#16194E
8#0F1034
9#07081A
Tints
Lighter variations
1#8286DC
2#9094E0
3#9EA1E4
4#ABAEE7
5#B9BCEB
6#C7C9EF
7#D5D7F3
8#E3E4F7
9#F1F2FB
Tones
Muted variations
1#797DD3
2#7E82CE
3#8386C9
4#888BC4
5#8D8FBF
6#9294BA
7#9798B5
8#9C9DB0
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 | A4A7 #A4A7E5 | BordersInactive statesPlaceholder text |
| 400 | 7479 #7479D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C52 #4C52CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3138 #3138AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 272C #272C8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C20 #1C2063 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1214 #121440 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0D #0B0D28 | 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: #A4A7E5;
--royal-blue-400: #7479D8;
--royal-blue-500: #4C52CD;
--royal-blue-600: #3138AF;
--royal-blue-700: #272C8B;
--royal-blue-800: #1C2063;
--royal-blue-900: #121440;
--royal-blue-950: #0B0D28;
}