Royal Blue
#6922F7
PurpleColor Codes
All color formats for development
HEX
#6922F7RGB
rgb(105, 34, 247)HSL
hsl(260, 93%, 55%)OKLCH
oklch(0.512 0.275 286.6)CMYK
cmyk(57%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5709F4
2#4D08D9
3#4407BD
4#3A06A2
5#300587
6#27046C
7#1D0351
8#130236
9#0A011B
Tints
Lighter variations
1#7838F8
2#874EF9
3#9664F9
4#A57AFA
5#B490FB
6#C3A6FC
7#D2BDFD
8#E1D3FD
9#F0E9FE
Tones
Muted variations
1#6C2CEC
2#7037E2
3#7342D7
4#774CCC
5#7A57C2
6#7E62B7
7#826CAC
8#8577A2
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 #D4BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | B28E #B28EFB | BordersInactive statesPlaceholder text |
| 400 | 8A53 #8A53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 6922 #6922F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4D08 #4D08D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E06 #3E06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C04 #2C047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C03 #1C034F | 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: #D4BFFD;
--royal-blue-300: #B28EFB;
--royal-blue-400: #8A53F9;
--royal-blue-500: #6922F7;
--royal-blue-600: #4D08D9;
--royal-blue-700: #3E06AC;
--royal-blue-800: #2C047B;
--royal-blue-900: #1C034F;
--royal-blue-950: #120231;
}