Royal Blue
#622CED
PurpleColor Codes
All color formats for development
HEX
#622CEDRGB
rgb(98, 44, 237)HSL
hsl(257, 84%, 55%)OKLCH
oklch(0.503 0.259 285)CMYK
cmyk(59%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5014E8
2#4712CE
3#3E10B5
4#360D9B
5#2D0B81
6#240967
7#1B074D
8#120434
9#09021A
Tints
Lighter variations
1#7241EE
2#8256F0
3#916BF2
4#A180F4
5#B195F6
6#C0ABF8
7#D0C0F9
8#E0D5FB
9#EFEAFD
Tones
Muted variations
1#6735E3
2#6B3FD9
3#6F49D0
4#7352C6
5#775CBC
6#7C66B3
7#806FA9
8#8479A0
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 | D2C2 #D2C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | AF93 #AF93F6 | BordersInactive statesPlaceholder text |
| 400 | 855B #855BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 622C #622CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 4712 #4712CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 390E #390EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 290A #290A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A07 #1A074B | Primary textHigh emphasis contentDark headings |
| 950 | 1004 #10042F | 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: #D2C2FA;
--royal-blue-300: #AF93F6;
--royal-blue-400: #855BF1;
--royal-blue-500: #622CED;
--royal-blue-600: #4712CE;
--royal-blue-700: #390EA4;
--royal-blue-800: #290A75;
--royal-blue-900: #1A074B;
--royal-blue-950: #10042F;
}