Royal Blue
#7575D7
BlueColor Codes
All color formats for development
HEX
#7575D7RGB
rgb(117, 117, 215)HSL
hsl(240, 55%, 65%)OKLCH
oklch(0.608 0.146 281.2)CMYK
cmyk(46%, 46%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B5BCF
2#4141C8
3#3434B4
4#2D2D9A
5#252580
6#1E1E67
7#16164D
8#0F0F33
9#07071A
Tints
Lighter variations
1#8282DB
2#9090DF
3#9E9EE3
4#ACACE7
5#BABAEB
6#C8C8EF
7#D5D5F3
8#E3E3F7
9#F1F1FB
Tones
Muted variations
1#7A7AD2
2#7E7ECD
3#8383C8
4#8888C3
5#8D8DBE
6#9292B9
7#9797B4
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 | E3E3 #E3E3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCC #CCCCF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A4 #A4A4E5 | BordersInactive statesPlaceholder text |
| 400 | 7575 #7575D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D4D #4D4DCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3232 #3232AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2828 #28288A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D1D #1D1D63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1212 #12123F | Primary textHigh emphasis contentDark headings |
| 950 | 0B0B #0B0B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FC;
--royal-blue-100: #E3E3F7;
--royal-blue-200: #CCCCF0;
--royal-blue-300: #A4A4E5;
--royal-blue-400: #7575D7;
--royal-blue-500: #4D4DCB;
--royal-blue-600: #3232AE;
--royal-blue-700: #28288A;
--royal-blue-800: #1D1D63;
--royal-blue-900: #12123F;
--royal-blue-950: #0B0B28;
}