Royal Blue
#322CED
BlueColor Codes
All color formats for development
HEX
#322CEDRGB
rgb(50, 44, 237)HSL
hsl(242, 84%, 55%)OKLCH
oklch(0.469 0.269 270.7)CMYK
cmyk(79%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B14E8
2#1812CE
3#1510B5
4#120D9B
5#0F0B81
6#0C0967
7#09074D
8#060434
9#03021A
Tints
Lighter variations
1#4741EE
2#5B56F0
3#706BF2
4#8480F4
5#9995F6
6#ADABF8
7#C2C0F9
8#D6D5FB
9#EBEAFD
Tones
Muted variations
1#3B35E3
2#443FD9
3#4D49D0
4#5652C6
5#5F5CBC
6#6866B3
7#716FA9
8#7A79A0
9#838396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDE #DFDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C2 #C4C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9693 #9693F6 | BordersInactive statesPlaceholder text |
| 400 | 605B #605BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 322C #322CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1812 #1812CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 130E #130EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E0A #0E0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0907 #09074B | Primary textHigh emphasis contentDark headings |
| 950 | 0604 #06042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F1FE;
--royal-blue-100: #DFDEFC;
--royal-blue-200: #C4C2FA;
--royal-blue-300: #9693F6;
--royal-blue-400: #605BF1;
--royal-blue-500: #322CED;
--royal-blue-600: #1812CE;
--royal-blue-700: #130EA4;
--royal-blue-800: #0E0A75;
--royal-blue-900: #09074B;
--royal-blue-950: #06042F;
}