Royal Blue
#4533E6
BlueColor Codes
All color formats for development
HEX
#4533E6RGB
rgb(69, 51, 230)HSL
hsl(246, 78%, 55%)OKLCH
oklch(0.48 0.251 275.8)CMYK
cmyk(70%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F1CE1
2#2A19C8
3#2516AF
4#201396
5#1A0F7D
6#150C64
7#10094B
8#0B0632
9#050319
Tints
Lighter variations
1#5747E8
2#6A5CEB
3#7D70ED
4#8F84F0
5#A299F2
6#B4ADF5
7#C7C2F7
8#DAD6FA
9#ECEBFC
Tones
Muted variations
1#4C3CDD
2#5345D4
3#5A4ECB
4#6157C2
5#685FB9
6#7068B0
7#7771A7
8#7E7A9E
9#858395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C4 #C9C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A097 #A097F2 | BordersInactive statesPlaceholder text |
| 400 | 6E60 #6E60EB | Disabled statesSecondary iconsMuted text |
| 500 | 4533 #4533E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A19 #2A19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2214 #22149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 180E #180E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F09 #0F0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0A06 #0A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FD;
--royal-blue-100: #E2DFFB;
--royal-blue-200: #C9C4F8;
--royal-blue-300: #A097F2;
--royal-blue-400: #6E60EB;
--royal-blue-500: #4533E6;
--royal-blue-600: #2A19C8;
--royal-blue-700: #22149F;
--royal-blue-800: #180E71;
--royal-blue-900: #0F0949;
--royal-blue-950: #0A062D;
}