Royal Blue
#7481D8
BlueColor Codes
All color formats for development
HEX
#7481D8RGB
rgb(116, 129, 216)HSL
hsl(232, 56%, 65%)OKLCH
oklch(0.631 0.131 275.6)CMYK
cmyk(46%, 40%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A6AD0
2#4052C9
3#3344B5
4#2C3B9B
5#243181
6#1D2767
7#161D4E
8#0F1434
9#070A1A
Tints
Lighter variations
1#828EDC
2#909AE0
3#9EA7E4
4#ABB3E7
5#B9C0EB
6#C7CDEF
7#D5D9F3
8#E3E6F7
9#F1F2FB
Tones
Muted variations
1#7985D3
2#7E88CE
3#838CC9
4#8890C4
5#8D93BF
6#9297BA
7#979BB5
8#9C9EB0
9#A1A2AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E6 #E3E6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD0 #CBD0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4AC #A4ACE5 | BordersInactive statesPlaceholder text |
| 400 | 7481 #7481D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C5D #4C5DCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3142 #3142AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2735 #27358B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C26 #1C2663 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1218 #121840 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0F #0B0F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E3E6F7;
--royal-blue-200: #CBD0F0;
--royal-blue-300: #A4ACE5;
--royal-blue-400: #7481D8;
--royal-blue-500: #4C5DCD;
--royal-blue-600: #3142AF;
--royal-blue-700: #27358B;
--royal-blue-800: #1C2663;
--royal-blue-900: #121840;
--royal-blue-950: #0B0F28;
}