Royal Blue
#6623F6
PurpleColor Codes
All color formats for development
HEX
#6623F6RGB
rgb(102, 35, 246)HSL
hsl(259, 92%, 55%)OKLCH
oklch(0.508 0.274 285.7)CMYK
cmyk(59%, 86%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#540AF2
2#4A09D7
3#4108BC
4#3807A2
5#2E0687
6#25046C
7#1C0351
8#130236
9#09011B
Tints
Lighter variations
1#7539F7
2#844FF8
3#9465F9
4#A37BF9
5#B291FA
6#C2A7FB
7#D1BDFC
8#E0D3FD
9#F0E9FE
Tones
Muted variations
1#692DEB
2#6D38E1
3#7142D6
4#754DCC
5#7957C1
6#7D62B6
7#816DAC
8#8577A1
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 | D3BF #D3BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | B18E #B18EFA | BordersInactive statesPlaceholder text |
| 400 | 8854 #8854F8 | Disabled statesSecondary iconsMuted text |
| 500 | 6623 #6623F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A09 #4A09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B07 #3B07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A05 #2A057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B03 #1B034E | Primary textHigh emphasis contentDark headings |
| 950 | 1102 #110231 | 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: #D3BFFC;
--royal-blue-300: #B18EFA;
--royal-blue-400: #8854F8;
--royal-blue-500: #6623F6;
--royal-blue-600: #4A09D7;
--royal-blue-700: #3B07AB;
--royal-blue-800: #2A057A;
--royal-blue-900: #1B034E;
--royal-blue-950: #110231;
}