Royal Blue
#6A2FE9
PurpleColor Codes
All color formats for development
HEX
#6A2FE9RGB
rgb(106, 47, 233)HSL
hsl(259, 81%, 55%)OKLCH
oklch(0.509 0.252 288.2)CMYK
cmyk(55%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5918E4
2#4F15CB
3#4513B2
4#3B1098
5#310D7F
6#270B66
7#1E084C
8#140533
9#0A0319
Tints
Lighter variations
1#7944EB
2#8859EE
3#976EF0
4#A682F2
5#B597F4
6#C3ACF6
7#D2C1F8
8#E1D5FB
9#F0EAFD
Tones
Muted variations
1#6E39E0
2#7142D7
3#744BCD
4#7854C4
5#7B5EBB
6#7F67B1
7#8270A8
8#857A9F
9#898396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DF #E8DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C3 #D4C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B395 #B395F4 | BordersInactive statesPlaceholder text |
| 400 | 8B5D #8B5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 6A2F #6A2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4F15 #4F15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F11 #3F11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D0C #2D0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D08 #1D084A | Primary textHigh emphasis contentDark headings |
| 950 | 1205 #12052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F1FE;
--royal-blue-100: #E8DFFC;
--royal-blue-200: #D4C3F9;
--royal-blue-300: #B395F4;
--royal-blue-400: #8B5DEE;
--royal-blue-500: #6A2FE9;
--royal-blue-600: #4F15CB;
--royal-blue-700: #3F11A2;
--royal-blue-800: #2D0C73;
--royal-blue-900: #1D084A;
--royal-blue-950: #12052E;
}