Royal Blue
#671DFC
PurpleColor Codes
All color formats for development
HEX
#671DFCRGB
rgb(103, 29, 252)HSL
hsl(260, 97%, 55%)OKLCH
oklch(0.512 0.282 285.4)CMYK
cmyk(59%, 88%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5504F9
2#4C03DD
3#4203C1
4#3903A6
5#2F028A
6#26026F
7#1C0153
8#130137
9#09001C
Tints
Lighter variations
1#7634FC
2#864AFC
3#9561FD
4#A477FD
5#B38EFD
6#C2A5FE
7#D1BBFE
8#E1D2FE
9#F0E8FF
Tones
Muted variations
1#6B28F0
2#6F33E5
3#723EDA
4#7649CF
5#7A55C4
6#7D60B9
7#816BAE
8#8576A3
9#898197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DC #E7DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3BE #D3BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | B18B #B18BFD | BordersInactive statesPlaceholder text |
| 400 | 894F #894FFC | Disabled statesSecondary iconsMuted text |
| 500 | 671D #671DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4C03 #4C03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C03 #3C03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B02 #2B027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C01 #1C0150 | Primary textHigh emphasis contentDark headings |
| 950 | 1101 #110132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F0FF;
--royal-blue-100: #E7DCFE;
--royal-blue-200: #D3BEFE;
--royal-blue-300: #B18BFD;
--royal-blue-400: #894FFC;
--royal-blue-500: #671DFC;
--royal-blue-600: #4C03DD;
--royal-blue-700: #3C03B0;
--royal-blue-800: #2B027E;
--royal-blue-900: #1C0150;
--royal-blue-950: #110132;
}