Royal Blue
#612FE9
PurpleColor Codes
All color formats for development
HEX
#612FE9RGB
rgb(97, 47, 233)HSL
hsl(256, 81%, 55%)OKLCH
oklch(0.501 0.253 285)CMYK
cmyk(58%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F18E4
2#4615CB
3#3D13B2
4#341098
5#2C0D7F
6#230B66
7#1A084C
8#110533
9#090319
Tints
Lighter variations
1#7144EB
2#8059EE
3#906EF0
4#A082F2
5#B097F4
6#C0ACF6
7#D0C1F8
8#DFD5FB
9#EFEAFD
Tones
Muted variations
1#6539E0
2#6A42D7
3#6E4BCD
4#7254C4
5#775EBB
6#7B67B1
7#7F70A8
8#847A9F
9#888396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C3 #D1C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AE95 #AE95F4 | BordersInactive statesPlaceholder text |
| 400 | 845D #845DEE | Disabled statesSecondary iconsMuted text |
| 500 | 612F #612FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4615 #4615CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3811 #3811A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 280C #280C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1908 #19084A | Primary textHigh emphasis contentDark headings |
| 950 | 1005 #10052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F4F1FE;
--royal-blue-100: #E6DFFC;
--royal-blue-200: #D1C3F9;
--royal-blue-300: #AE95F4;
--royal-blue-400: #845DEE;
--royal-blue-500: #612FE9;
--royal-blue-600: #4615CB;
--royal-blue-700: #3811A2;
--royal-blue-800: #280C73;
--royal-blue-900: #19084A;
--royal-blue-950: #10052E;
}