Royal Blue
#662CED
PurpleColor Codes
All color formats for development
HEX
#662CEDRGB
rgb(102, 44, 237)HSL
hsl(258, 84%, 55%)OKLCH
oklch(0.506 0.259 286.4)CMYK
cmyk(57%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5414E8
2#4B12CE
3#4110B5
4#380D9B
5#2F0B81
6#250967
7#1C074D
8#130434
9#09021A
Tints
Lighter variations
1#7541EE
2#8456F0
3#946BF2
4#A380F4
5#B295F6
6#C2ABF8
7#D1C0F9
8#E0D5FB
9#F0EAFD
Tones
Muted variations
1#6A35E3
2#6D3FD9
3#7149D0
4#7552C6
5#795CBC
6#7D66B3
7#816FA9
8#8579A0
9#888396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DE #E7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C2 #D3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B193 #B193F6 | BordersInactive statesPlaceholder text |
| 400 | 885B #885BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 662C #662CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B12 #4B12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B0E #3B0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A0A #2A0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B07 #1B074B | Primary textHigh emphasis contentDark headings |
| 950 | 1104 #11042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F5F1FE;
--royal-blue-100: #E7DEFC;
--royal-blue-200: #D3C2FA;
--royal-blue-300: #B193F6;
--royal-blue-400: #885BF1;
--royal-blue-500: #662CED;
--royal-blue-600: #4B12CE;
--royal-blue-700: #3B0EA4;
--royal-blue-800: #2A0A75;
--royal-blue-900: #1B074B;
--royal-blue-950: #11042F;
}