Royal Blue
#4324F5
BlueColor Codes
All color formats for development
HEX
#4324F5RGB
rgb(67, 36, 245)HSL
hsl(249, 91%, 55%)OKLCH
oklch(0.481 0.278 274.8)CMYK
cmyk(73%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E0BF1
2#290AD6
3#2409BC
4#1F08A1
5#190686
6#14056B
7#0F0450
8#0A0336
9#05011B
Tints
Lighter variations
1#563AF6
2#6950F7
3#7C66F8
4#8E7BF9
5#A191FA
6#B4A7FB
7#C7BDFC
8#D9D3FD
9#ECE9FE
Tones
Muted variations
1#4A2EEA
2#5239E0
3#5943D5
4#604ECB
5#6858C0
6#6F62B6
7#766DAC
8#7E77A1
9#858297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C0 #C9C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F8F #9F8FFA | BordersInactive statesPlaceholder text |
| 400 | 6D55 #6D55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 4324 #4324F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 290A #290AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2008 #2008AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1706 #17067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F04 #0F044E | Primary textHigh emphasis contentDark headings |
| 950 | 0902 #090231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F0FE;
--royal-blue-100: #E2DDFD;
--royal-blue-200: #C9C0FC;
--royal-blue-300: #9F8FFA;
--royal-blue-400: #6D55F7;
--royal-blue-500: #4324F5;
--royal-blue-600: #290AD6;
--royal-blue-700: #2008AA;
--royal-blue-800: #17067A;
--royal-blue-900: #0F044E;
--royal-blue-950: #090231;
}