Royal Blue
#4024F5
BlueColor Codes
All color formats for development
HEX
#4024F5RGB
rgb(64, 36, 245)HSL
hsl(248, 91%, 55%)OKLCH
oklch(0.479 0.279 274)CMYK
cmyk(74%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A0BF1
2#250AD6
3#2109BC
4#1C08A1
5#170686
6#13056B
7#0E0450
8#090336
9#05011B
Tints
Lighter variations
1#533AF6
2#6650F7
3#7966F8
4#8C7BF9
5#9F91FA
6#B2A7FB
7#C6BDFC
8#D9D3FD
9#ECE9FE
Tones
Muted variations
1#472EEA
2#4F39E0
3#5743D5
4#5E4ECB
5#6658C0
6#6E62B6
7#756DAC
8#7D77A1
9#858297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C0 #C8C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D8F #9D8FFA | BordersInactive statesPlaceholder text |
| 400 | 6A55 #6A55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 4024 #4024F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 250A #250AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E08 #1E08AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1506 #15067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E04 #0E044E | Primary textHigh emphasis contentDark headings |
| 950 | 0802 #080231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F0FE;
--royal-blue-100: #E1DDFD;
--royal-blue-200: #C8C0FC;
--royal-blue-300: #9D8FFA;
--royal-blue-400: #6A55F7;
--royal-blue-500: #4024F5;
--royal-blue-600: #250AD6;
--royal-blue-700: #1E08AA;
--royal-blue-800: #15067A;
--royal-blue-900: #0E044E;
--royal-blue-950: #080231;
}