Royal Blue
#4724F5
BlueColor Codes
All color formats for development
HEX
#4724F5RGB
rgb(71, 36, 245)HSL
hsl(250, 91%, 55%)OKLCH
oklch(0.483 0.277 275.9)CMYK
cmyk(71%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#320BF1
2#2C0AD6
3#2709BC
4#2108A1
5#1C0686
6#16056B
7#110450
8#0B0336
9#06011B
Tints
Lighter variations
1#593AF6
2#6C50F7
3#7E66F8
4#907BF9
5#A391FA
6#B5A7FB
7#C8BDFC
8#DAD3FD
9#EDE9FE
Tones
Muted variations
1#4E2EEA
2#5539E0
3#5C43D5
4#624ECB
5#6958C0
6#7062B6
7#776DAC
8#7E77A1
9#858297
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;
}