Royal Blue
#6224F5
PurpleColor Codes
All color formats for development
HEX
#6224F5RGB
rgb(98, 36, 245)HSL
hsl(258, 91%, 55%)OKLCH
oklch(0.505 0.272 284.4)CMYK
cmyk(60%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#500BF1
2#470AD6
3#3E09BC
4#3608A1
5#2D0686
6#24056B
7#1B0450
8#120336
9#09011B
Tints
Lighter variations
1#723AF6
2#8250F7
3#9166F8
4#A17BF9
5#B191FA
6#C0A7FB
7#D0BDFC
8#E0D3FD
9#EFE9FE
Tones
Muted variations
1#672EEA
2#6B39E0
3#6F43D5
4#734ECB
5#7758C0
6#7C62B6
7#806DAC
8#8477A1
9#888297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2C0 #D2C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8F #AF8FFA | BordersInactive statesPlaceholder text |
| 400 | 8555 #8555F7 | Disabled statesSecondary iconsMuted text |
| 500 | 6224 #6224F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 470A #470AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3908 #3908AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2906 #29067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A04 #1A044E | Primary textHigh emphasis contentDark headings |
| 950 | 1002 #100231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F0FE;
--royal-blue-100: #E7DDFD;
--royal-blue-200: #D2C0FC;
--royal-blue-300: #AF8FFA;
--royal-blue-400: #8555F7;
--royal-blue-500: #6224F5;
--royal-blue-600: #470AD6;
--royal-blue-700: #3908AA;
--royal-blue-800: #29067A;
--royal-blue-900: #1A044E;
--royal-blue-950: #100231;
}