Royal Blue
#422CED
BlueColor Codes
All color formats for development
HEX
#422CEDRGB
rgb(66, 44, 237)HSL
hsl(247, 84%, 55%)OKLCH
oklch(0.478 0.265 274.8)CMYK
cmyk(72%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D14E8
2#2812CE
3#2310B5
4#1E0D9B
5#190B81
6#140967
7#0F074D
8#0A0434
9#05021A
Tints
Lighter variations
1#5541EE
2#6856F0
3#7B6BF2
4#8E80F4
5#A195F6
6#B4ABF8
7#C6C0F9
8#D9D5FB
9#ECEAFD
Tones
Muted variations
1#4A35E3
2#513FD9
3#5949D0
4#6052C6
5#675CBC
6#6F66B3
7#766FA9
8#7D79A0
9#858396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DE #E2DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C2 #C9C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F93 #9F93F6 | BordersInactive statesPlaceholder text |
| 400 | 6C5B #6C5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 422C #422CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 2812 #2812CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 200E #200EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 170A #170A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F07 #0F074B | Primary textHigh emphasis contentDark headings |
| 950 | 0904 #09042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FE;
--royal-blue-100: #E2DEFC;
--royal-blue-200: #C9C2FA;
--royal-blue-300: #9F93F6;
--royal-blue-400: #6C5BF1;
--royal-blue-500: #422CED;
--royal-blue-600: #2812CE;
--royal-blue-700: #200EA4;
--royal-blue-800: #170A75;
--royal-blue-900: #0F074B;
--royal-blue-950: #09042F;
}