Royal Blue
#6233E6
PurpleColor Codes
All color formats for development
HEX
#6233E6RGB
rgb(98, 51, 230)HSL
hsl(256, 78%, 55%)OKLCH
oklch(0.503 0.246 285.4)CMYK
cmyk(57%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#501CE1
2#4719C8
3#3E16AF
4#361396
5#2D0F7D
6#240C64
7#1B094B
8#120632
9#090319
Tints
Lighter variations
1#7247E8
2#825CEB
3#9170ED
4#A184F0
5#B199F2
6#C0ADF5
7#D0C2F7
8#E0D6FA
9#EFEBFC
Tones
Muted variations
1#673CDD
2#6B45D4
3#6F4ECB
4#7357C2
5#775FB9
6#7C68B0
7#8071A7
8#847A9E
9#888395
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 | D2C4 #D2C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AF97 #AF97F2 | BordersInactive statesPlaceholder text |
| 400 | 8560 #8560EB | Disabled statesSecondary iconsMuted text |
| 500 | 6233 #6233E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4719 #4719C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3914 #39149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 290E #290E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A09 #1A0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1006 #10062D | 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: #D2C4F8;
--royal-blue-300: #AF97F2;
--royal-blue-400: #8560EB;
--royal-blue-500: #6233E6;
--royal-blue-600: #4719C8;
--royal-blue-700: #39149F;
--royal-blue-800: #290E71;
--royal-blue-900: #1A0949;
--royal-blue-950: #10062D;
}