Royal Blue
#482FE9
BlueColor Codes
All color formats for development
HEX
#482FE9RGB
rgb(72, 47, 233)HSL
hsl(248, 81%, 55%)OKLCH
oklch(0.481 0.257 276.7)CMYK
cmyk(69%, 80%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3318E4
2#2E15CB
3#2813B2
4#221098
5#1C0D7F
6#170B66
7#11084C
8#0B0533
9#060319
Tints
Lighter variations
1#5A44EB
2#6D59EE
3#7F6EF0
4#9182F2
5#A497F4
6#B6ACF6
7#C8C1F8
8#DAD5FB
9#EDEAFD
Tones
Muted variations
1#4F39E0
2#5642D7
3#5D4BCD
4#6354C4
5#6A5EBB
6#7167B1
7#7870A8
8#7F7A9F
9#858396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DF #E3DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC3 #CAC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A295 #A295F4 | BordersInactive statesPlaceholder text |
| 400 | 715D #715DEE | Disabled statesSecondary iconsMuted text |
| 500 | 482F #482FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E15 #2E15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2411 #2411A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A0C #1A0C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1108 #11084A | Primary textHigh emphasis contentDark headings |
| 950 | 0A05 #0A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FE;
--royal-blue-100: #E3DFFC;
--royal-blue-200: #CAC3F9;
--royal-blue-300: #A295F4;
--royal-blue-400: #715DEE;
--royal-blue-500: #482FE9;
--royal-blue-600: #2E15CB;
--royal-blue-700: #2411A2;
--royal-blue-800: #1A0C73;
--royal-blue-900: #11084A;
--royal-blue-950: #0A052E;
}