Royal Blue
#7055F7
BlueColor Codes
All color formats for development
HEX
#7055F7RGB
rgb(112, 85, 247)HSL
hsl(250, 91%, 65%)OKLCH
oklch(0.573 0.23 284.1)CMYK
cmyk(55%, 66%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5535F5
2#3A15F4
3#2E0ADE
4#2709BE
5#21079E
6#1A067F
7#14045F
8#0D033F
9#070120
Tints
Lighter variations
1#7E66F8
2#8C77F9
3#9B88F9
4#A999FA
5#B7AAFB
6#C6BBFC
7#D4CCFD
8#E2DDFD
9#F1EEFE
Tones
Muted variations
1#755DEF
2#7A65E7
3#806DDF
4#8575D6
5#8B7DCE
6#9085C6
7#968DBE
8#9B96B6
9#A09EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC0 #CAC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | A18F #A18FFA | BordersInactive statesPlaceholder text |
| 400 | 7055 #7055F7 | Disabled statesSecondary iconsMuted text |
| 500 | 4724 #4724F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C0A #2C0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2308 #2308AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1906 #19067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1004 #10044E | Primary textHigh emphasis contentDark headings |
| 950 | 0A02 #0A0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F0FE;
--royal-blue-100: #E2DDFD;
--royal-blue-200: #CAC0FC;
--royal-blue-300: #A18FFA;
--royal-blue-400: #7055F7;
--royal-blue-500: #4724F5;
--royal-blue-600: #2C0AD6;
--royal-blue-700: #2308AA;
--royal-blue-800: #19067A;
--royal-blue-900: #10044E;
--royal-blue-950: #0A0231;
}