Royal Blue
#6222F7
PurpleColor Codes
All color formats for development
HEX
#6222F7RGB
rgb(98, 34, 247)HSL
hsl(258, 93%, 55%)OKLCH
oklch(0.505 0.276 284.2)CMYK
cmyk(60%, 86%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F09F4
2#4608D9
3#3E07BD
4#3506A2
5#2C0587
6#23046C
7#1A0351
8#120236
9#09011B
Tints
Lighter variations
1#7138F8
2#814EF9
3#9164F9
4#A17AFA
5#B090FB
6#C0A6FC
7#D0BDFD
8#E0D3FD
9#EFE9FE
Tones
Muted variations
1#662CEC
2#6A37E2
3#6E42D7
4#734CCC
5#7757C2
6#7B62B7
7#7F6CAC
8#8477A2
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 #D2BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8E #AF8EFB | BordersInactive statesPlaceholder text |
| 400 | 8553 #8553F9 | Disabled statesSecondary iconsMuted text |
| 500 | 6222 #6222F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4608 #4608D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3806 #3806AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2804 #28047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A03 #1A034F | 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: #D2BFFD;
--royal-blue-300: #AF8EFB;
--royal-blue-400: #8553F9;
--royal-blue-500: #6222F7;
--royal-blue-600: #4608D9;
--royal-blue-700: #3806AC;
--royal-blue-800: #28047B;
--royal-blue-900: #1A034F;
--royal-blue-950: #100231;
}