Royal Blue
#352CED
BlueColor Codes
All color formats for development
HEX
#352CEDRGB
rgb(53, 44, 237)HSL
hsl(243, 84%, 55%)OKLCH
oklch(0.471 0.268 271.4)CMYK
cmyk(78%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F14E8
2#1B12CE
3#1810B5
4#150D9B
5#110B81
6#0E0967
7#0A074D
8#070434
9#03021A
Tints
Lighter variations
1#4A41EE
2#5E56F0
3#726BF2
4#8680F4
5#9A95F6
6#AEABF8
7#C3C0F9
8#D7D5FB
9#EBEAFD
Tones
Muted variations
1#3E35E3
2#473FD9
3#5049D0
4#5852C6
5#615CBC
6#6A66B3
7#726FA9
8#7B79A0
9#848396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DE #E0DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C2 #C5C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9893 #9893F6 | BordersInactive statesPlaceholder text |
| 400 | 625B #625BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 352C #352CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B12 #1B12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 160E #160EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 100A #100A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A07 #0A074B | 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: #F2F1FE;
--royal-blue-100: #E0DEFC;
--royal-blue-200: #C5C2FA;
--royal-blue-300: #9893F6;
--royal-blue-400: #625BF1;
--royal-blue-500: #352CED;
--royal-blue-600: #1B12CE;
--royal-blue-700: #160EA4;
--royal-blue-800: #100A75;
--royal-blue-900: #0A074B;
--royal-blue-950: #06042F;
}