Royal Blue
#8333E6
PurpleColor Codes
All color formats for development
HEX
#8333E6RGB
rgb(131, 51, 230)HSL
hsl(267, 78%, 55%)OKLCH
oklch(0.536 0.246 297.4)CMYK
cmyk(43%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#741CE1
2#6719C8
3#5B16AF
4#4E1396
5#410F7D
6#340C64
7#27094B
8#1A0632
9#0D0319
Tints
Lighter variations
1#9047E8
2#9C5CEB
3#A870ED
4#B584F0
5#C199F2
6#CEADF5
7#DAC2F7
8#E6D6FA
9#F3EBFC
Tones
Muted variations
1#843CDD
2#8545D4
3#864ECB
4#8757C2
5#885FB9
6#8968B0
7#8A71A7
8#8A7A9E
9#8B8395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDF #ECDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBC4 #DBC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C097 #C097F2 | BordersInactive statesPlaceholder text |
| 400 | 9F60 #9F60EB | Disabled statesSecondary iconsMuted text |
| 500 | 8333 #8333E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6719 #6719C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5214 #52149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3B0E #3B0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2609 #260949 | Primary textHigh emphasis contentDark headings |
| 950 | 1806 #18062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F7F1FD;
--royal-blue-100: #ECDFFB;
--royal-blue-200: #DBC4F8;
--royal-blue-300: #C097F2;
--royal-blue-400: #9F60EB;
--royal-blue-500: #8333E6;
--royal-blue-600: #6719C8;
--royal-blue-700: #52149F;
--royal-blue-800: #3B0E71;
--royal-blue-900: #260949;
--royal-blue-950: #18062D;
}