Royal Blue
#4B33E6
BlueColor Codes
All color formats for development
HEX
#4B33E6RGB
rgb(75, 51, 230)HSL
hsl(248, 78%, 55%)OKLCH
oklch(0.484 0.25 277.6)CMYK
cmyk(67%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#361CE1
2#3019C8
3#2A16AF
4#241396
5#1E0F7D
6#180C64
7#12094B
8#0C0632
9#060319
Tints
Lighter variations
1#5D47E8
2#6F5CEB
3#8170ED
4#9384F0
5#A599F2
6#B7ADF5
7#C9C2F7
8#DBD6FA
9#EDEBFC
Tones
Muted variations
1#513CDD
2#5845D4
3#5E4ECB
4#6557C2
5#6B5FB9
6#7268B0
7#7971A7
8#7F7A9E
9#868395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DF #E3DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC4 #CBC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A397 #A397F2 | BordersInactive statesPlaceholder text |
| 400 | 7360 #7360EB | Disabled statesSecondary iconsMuted text |
| 500 | 4B33 #4B33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3019 #3019C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2614 #26149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B0E #1B0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1109 #110949 | Primary textHigh emphasis contentDark headings |
| 950 | 0B06 #0B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FD;
--royal-blue-100: #E3DFFB;
--royal-blue-200: #CBC4F8;
--royal-blue-300: #A397F2;
--royal-blue-400: #7360EB;
--royal-blue-500: #4B33E6;
--royal-blue-600: #3019C8;
--royal-blue-700: #26149F;
--royal-blue-800: #1B0E71;
--royal-blue-900: #110949;
--royal-blue-950: #0B062D;
}