Royal Blue
#6833E6
PurpleColor Codes
All color formats for development
HEX
#6833E6RGB
rgb(104, 51, 230)HSL
hsl(258, 78%, 55%)OKLCH
oklch(0.508 0.246 287.6)CMYK
cmyk(55%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#571CE1
2#4D19C8
3#4416AF
4#3A1396
5#300F7D
6#270C64
7#1D094B
8#130632
9#0A0319
Tints
Lighter variations
1#7847E8
2#875CEB
3#9670ED
4#A584F0
5#B499F2
6#C3ADF5
7#D2C2F7
8#E1D6FA
9#F0EBFC
Tones
Muted variations
1#6C3CDD
2#7045D4
3#734ECB
4#7757C2
5#7A5FB9
6#7E68B0
7#8271A7
8#857A9E
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 | B297 #B297F2 | BordersInactive statesPlaceholder text |
| 400 | 8A60 #8A60EB | Disabled statesSecondary iconsMuted text |
| 500 | 6833 #6833E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4D19 #4D19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3D14 #3D149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C0E #2C0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C09 #1C0949 | 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: #B297F2;
--royal-blue-400: #8A60EB;
--royal-blue-500: #6833E6;
--royal-blue-600: #4D19C8;
--royal-blue-700: #3D149F;
--royal-blue-800: #2C0E71;
--royal-blue-900: #1C0949;
--royal-blue-950: #12062D;
}