Royal Blue
#6923F6
PurpleColor Codes
All color formats for development
HEX
#6923F6RGB
rgb(105, 35, 246)HSL
hsl(260, 92%, 55%)OKLCH
oklch(0.511 0.273 286.7)CMYK
cmyk(57%, 86%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#580AF2
2#4E09D7
3#4408BC
4#3A07A2
5#310687
6#27046C
7#1D0351
8#130236
9#0A011B
Tints
Lighter variations
1#7839F7
2#874FF8
3#9665F9
4#A57BF9
5#B491FA
6#C3A7FB
7#D2BDFC
8#E1D3FD
9#F0E9FE
Tones
Muted variations
1#6D2DEB
2#7038E1
3#7442D6
4#774DCC
5#7B57C1
6#7E62B6
7#826DAC
8#8577A1
9#898297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DD #E8DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4BF #D4BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | B28E #B28EFA | BordersInactive statesPlaceholder text |
| 400 | 8A54 #8A54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 6923 #6923F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4E09 #4E09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E07 #3E07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C05 #2C057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C03 #1C034E | Primary textHigh emphasis contentDark headings |
| 950 | 1202 #120231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F0FE;
--royal-blue-100: #E8DDFE;
--royal-blue-200: #D4BFFC;
--royal-blue-300: #B28EFA;
--royal-blue-400: #8A54F8;
--royal-blue-500: #6923F6;
--royal-blue-600: #4E09D7;
--royal-blue-700: #3E07AB;
--royal-blue-800: #2C057A;
--royal-blue-900: #1C034E;
--royal-blue-950: #120231;
}