Royal Blue
#4E33E6
BlueColor Codes
All color formats for development
HEX
#4E33E6RGB
rgb(78, 51, 230)HSL
hsl(249, 78%, 55%)OKLCH
oklch(0.486 0.249 278.6)CMYK
cmyk(66%, 78%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#391CE1
2#3319C8
3#2D16AF
4#261396
5#200F7D
6#190C64
7#13094B
8#0D0632
9#060319
Tints
Lighter variations
1#5F47E8
2#715CEB
3#8370ED
4#9584F0
5#A699F2
6#B8ADF5
7#CAC2F7
8#DCD6FA
9#EDEBFC
Tones
Muted variations
1#543CDD
2#5A45D4
3#604ECB
4#6757C2
5#6D5FB9
6#7368B0
7#7971A7
8#807A9E
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 | CCC4 #CCC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A497 #A497F2 | BordersInactive statesPlaceholder text |
| 400 | 7560 #7560EB | Disabled statesSecondary iconsMuted text |
| 500 | 4E33 #4E33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3319 #3319C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2914 #29149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D0E #1D0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1309 #130949 | Primary textHigh emphasis contentDark headings |
| 950 | 0C06 #0C062D | 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: #CCC4F8;
--royal-blue-300: #A497F2;
--royal-blue-400: #7560EB;
--royal-blue-500: #4E33E6;
--royal-blue-600: #3319C8;
--royal-blue-700: #29149F;
--royal-blue-800: #1D0E71;
--royal-blue-900: #130949;
--royal-blue-950: #0C062D;
}