Royal Blue
#6830E8
PurpleColor Codes
All color formats for development
HEX
#6830E8RGB
rgb(104, 48, 232)HSL
hsl(258, 80%, 55%)OKLCH
oklch(0.507 0.25 287.5)CMYK
cmyk(55%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5619E3
2#4C16CA
3#4314B1
4#391197
5#300E7E
6#260B65
7#1D084C
8#130632
9#0A0319
Tints
Lighter variations
1#7745EA
2#865AED
3#956EEF
4#A483F1
5#B398F4
6#C2ACF6
7#D2C1F8
8#E1D6FA
9#F0EAFD
Tones
Muted variations
1#6B3ADF
2#6F43D6
3#734CCD
4#7655C3
5#7A5EBA
6#7E68B1
7#8171A8
8#857A9F
9#898395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DF #E7DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C3 #D3C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B295 #B295F3 | BordersInactive statesPlaceholder text |
| 400 | 895E #895EED | Disabled statesSecondary iconsMuted text |
| 500 | 6830 #6830E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4C16 #4C16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3D12 #3D12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B0D #2B0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C08 #1C0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1105 #11052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F1FD;
--royal-blue-100: #E7DFFB;
--royal-blue-200: #D3C3F8;
--royal-blue-300: #B295F3;
--royal-blue-400: #895EED;
--royal-blue-500: #6830E8;
--royal-blue-600: #4C16CA;
--royal-blue-700: #3D12A1;
--royal-blue-800: #2B0D73;
--royal-blue-900: #1C0849;
--royal-blue-950: #11052E;
}