Royal Blue
#622BEE
PurpleColor Codes
All color formats for development
HEX
#622BEERGB
rgb(98, 43, 238)HSL
hsl(257, 85%, 55%)OKLCH
oklch(0.503 0.261 284.9)CMYK
cmyk(59%, 82%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5013EA
2#4711D0
3#3E0FB6
4#350D9C
5#2C0B82
6#230868
7#1B064E
8#120434
9#09021A
Tints
Lighter variations
1#7240F0
2#8155F1
3#916AF3
4#A180F5
5#B095F6
6#C0AAF8
7#D0BFFA
8#E0D5FC
9#EFEAFD
Tones
Muted variations
1#6634E4
2#6A3EDA
3#6F48D1
4#7352C7
5#775BBD
6#7B65B3
7#806FAA
8#8479A0
9#888296
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 | AF92 #AF92F6 | BordersInactive statesPlaceholder text |
| 400 | 855A #855AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 622B #622BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4711 #4711D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 380D #380DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 280A #280A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A06 #1A064B | 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: #AF92F6;
--royal-blue-400: #855AF2;
--royal-blue-500: #622BEE;
--royal-blue-600: #4711D0;
--royal-blue-700: #380DA5;
--royal-blue-800: #280A76;
--royal-blue-900: #1A064B;
--royal-blue-950: #10042F;
}