Royal Blue
#6B33E6
PurpleColor Codes
All color formats for development
HEX
#6B33E6RGB
rgb(107, 51, 230)HSL
hsl(259, 78%, 55%)OKLCH
oklch(0.511 0.246 288.7)CMYK
cmyk(53%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A1CE1
2#5019C8
3#4616AF
4#3C1396
5#320F7D
6#280C64
7#1E094B
8#140632
9#0A0319
Tints
Lighter variations
1#7A47E8
2#895CEB
3#9870ED
4#A684F0
5#B599F2
6#C4ADF5
7#D3C2F7
8#E1D6FA
9#F0EBFC
Tones
Muted variations
1#6F3CDD
2#7245D4
3#754ECB
4#7957C2
5#7C5FB9
6#7F68B0
7#8271A7
8#867A9E
9#898395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DF #E8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C4 #D4C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B497 #B497F2 | BordersInactive statesPlaceholder text |
| 400 | 8C60 #8C60EB | Disabled statesSecondary iconsMuted text |
| 500 | 6B33 #6B33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5019 #5019C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4014 #40149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E0E #2E0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D09 #1D0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1206 #12062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F1FD;
--royal-blue-100: #E8DFFB;
--royal-blue-200: #D4C4F8;
--royal-blue-300: #B497F2;
--royal-blue-400: #8C60EB;
--royal-blue-500: #6B33E6;
--royal-blue-600: #5019C8;
--royal-blue-700: #40149F;
--royal-blue-800: #2E0E71;
--royal-blue-900: #1D0949;
--royal-blue-950: #12062D;
}