Royal Blue
#7059F3
BlueColor Codes
All color formats for development
HEX
#7059F3RGB
rgb(112, 89, 243)HSL
hsl(249, 87%, 65%)OKLCH
oklch(0.575 0.22 283.9)CMYK
cmyk(54%, 63%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5539F1
2#3A1AEF
3#2D0FD9
4#270DBA
5#200B9B
6#1A097C
7#13065D
8#0D043E
9#06021F
Tints
Lighter variations
1#7E69F5
2#8C79F6
3#9A8AF7
4#A99BF8
5#B7ACF9
6#C6BCFA
7#D4CDFC
8#E2DEFD
9#F1EEFE
Tones
Muted variations
1#7560EC
2#7A68E4
3#806FDC
4#8577D4
5#8B7FCD
6#9087C5
7#958EBD
8#9B96B5
9#A09EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DE #E2DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC1 #CAC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A191 #A191F7 | BordersInactive statesPlaceholder text |
| 400 | 6F58 #6F58F3 | Disabled statesSecondary iconsMuted text |
| 500 | 4628 #4628F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C0F #2C0FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 230C #230CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1908 #190877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1005 #10054C | Primary textHigh emphasis contentDark headings |
| 950 | 0A03 #0A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FE;
--royal-blue-100: #E2DEFD;
--royal-blue-200: #CAC1FB;
--royal-blue-300: #A191F7;
--royal-blue-400: #6F58F3;
--royal-blue-500: #4628F0;
--royal-blue-600: #2C0FD2;
--royal-blue-700: #230CA7;
--royal-blue-800: #190877;
--royal-blue-900: #10054C;
--royal-blue-950: #0A0330;
}