Royal Blue
#352FE9
BlueColor Codes
All color formats for development
HEX
#352FE9RGB
rgb(53, 47, 233)HSL
hsl(242, 81%, 55%)OKLCH
oklch(0.469 0.261 271.5)CMYK
cmyk(77%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F18E4
2#1B15CB
3#1813B2
4#151098
5#110D7F
6#0E0B66
7#0A084C
8#070533
9#030319
Tints
Lighter variations
1#4A44EB
2#5E59EE
3#726EF0
4#8682F2
5#9A97F4
6#AEACF6
7#C3C1F8
8#D7D5FB
9#EBEAFD
Tones
Muted variations
1#3E39E0
2#4742D7
3#504BCD
4#5854C4
5#615EBB
6#6A67B1
7#7270A8
8#7B7A9F
9#848396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C3 #C5C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9895 #9895F4 | BordersInactive statesPlaceholder text |
| 400 | 625D #625DEE | Disabled statesSecondary iconsMuted text |
| 500 | 352F #352FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B15 #1B15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1611 #1611A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 100C #100C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A08 #0A084A | Primary textHigh emphasis contentDark headings |
| 950 | 0605 #06052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FE;
--royal-blue-100: #E0DFFC;
--royal-blue-200: #C5C3F9;
--royal-blue-300: #9895F4;
--royal-blue-400: #625DEE;
--royal-blue-500: #352FE9;
--royal-blue-600: #1B15CB;
--royal-blue-700: #1611A2;
--royal-blue-800: #100C73;
--royal-blue-900: #0A084A;
--royal-blue-950: #06052E;
}