Royal Blue
#6223F6
PurpleColor Codes
All color formats for development
HEX
#6223F6RGB
rgb(98, 35, 246)HSL
hsl(258, 92%, 55%)OKLCH
oklch(0.505 0.274 284.3)CMYK
cmyk(60%, 86%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#500AF2
2#4709D7
3#3E08BC
4#3507A2
5#2C0687
6#23046C
7#1B0351
8#120236
9#09011B
Tints
Lighter variations
1#7239F7
2#814FF8
3#9165F9
4#A17BF9
5#B191FA
6#C0A7FB
7#D0BDFC
8#E0D3FD
9#EFE9FE
Tones
Muted variations
1#662DEB
2#6A38E1
3#6F42D6
4#734DCC
5#7757C1
6#7B62B6
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 #E7DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BF #D2BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8E #AF8EFA | BordersInactive statesPlaceholder text |
| 400 | 8554 #8554F8 | Disabled statesSecondary iconsMuted text |
| 500 | 6223 #6223F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4709 #4709D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3807 #3807AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2805 #28057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A03 #1A034E | 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: #E7DDFE;
--royal-blue-200: #D2BFFC;
--royal-blue-300: #AF8EFA;
--royal-blue-400: #8554F8;
--royal-blue-500: #6223F6;
--royal-blue-600: #4709D7;
--royal-blue-700: #3807AB;
--royal-blue-800: #28057A;
--royal-blue-900: #1A034E;
--royal-blue-950: #100231;
}