Royal Blue
#792CED
PurpleColor Codes
All color formats for development
HEX
#792CEDRGB
rgb(121, 44, 237)HSL
hsl(264, 84%, 55%)OKLCH
oklch(0.525 0.258 293.1)CMYK
cmyk(49%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6914E8
2#5D12CE
3#5210B5
4#460D9B
5#3A0B81
6#2F0967
7#23074D
8#170434
9#0C021A
Tints
Lighter variations
1#8641EE
2#9456F0
3#A16BF2
4#AF80F4
5#BC95F6
6#C9ABF8
7#D7C0F9
8#E4D5FB
9#F2EAFD
Tones
Muted variations
1#7B35E3
2#7D3FD9
3#7F49D0
4#8152C6
5#835CBC
6#8566B3
7#866FA9
8#8879A0
9#8A8396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADE #EADEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C2 #D8C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | BA93 #BA93F6 | BordersInactive statesPlaceholder text |
| 400 | 975B #975BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 792C #792CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D12 #5D12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A0E #4A0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 350A #350A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2207 #22074B | Primary textHigh emphasis contentDark headings |
| 950 | 1504 #15042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F6F1FE;
--royal-blue-100: #EADEFC;
--royal-blue-200: #D8C2FA;
--royal-blue-300: #BA93F6;
--royal-blue-400: #975BF1;
--royal-blue-500: #792CED;
--royal-blue-600: #5D12CE;
--royal-blue-700: #4A0EA4;
--royal-blue-800: #350A75;
--royal-blue-900: #22074B;
--royal-blue-950: #15042F;
}