Royal Blue
#851CFD
PurpleColor Codes
All color formats for development
HEX
#851CFDRGB
rgb(133, 28, 253)HSL
hsl(268, 98%, 55%)OKLCH
oklch(0.543 0.283 295.3)CMYK
cmyk(47%, 89%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7603FA
2#6902DE
3#5C02C2
4#4F02A7
5#42018B
6#34016F
7#270153
8#1A0138
9#0D001C
Tints
Lighter variations
1#9133FD
2#9D49FD
3#A960FD
4#B677FE
5#C28DFE
6#CEA4FE
7#DABBFE
8#E7D2FF
9#F3E8FF
Tones
Muted variations
1#8627F1
2#8632E6
3#873EDB
4#8849D0
5#8954C4
6#895FB9
7#8A6BAE
8#8B76A3
9#8C8197
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDC #ECDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCBD #DCBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C18B #C18BFE | BordersInactive statesPlaceholder text |
| 400 | A04E #A04EFD | Disabled statesSecondary iconsMuted text |
| 500 | 851C #851CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 6902 #6902DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5302 #5302B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C01 #3C017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2601 #260151 | Primary textHigh emphasis contentDark headings |
| 950 | 1801 #180132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F7F0FF;
--royal-blue-100: #ECDCFF;
--royal-blue-200: #DCBDFE;
--royal-blue-300: #C18BFE;
--royal-blue-400: #A04EFD;
--royal-blue-500: #851CFD;
--royal-blue-600: #6902DE;
--royal-blue-700: #5302B1;
--royal-blue-800: #3C017E;
--royal-blue-900: #260151;
--royal-blue-950: #180132;
}