Royal Blue
#4C30E8
BlueColor Codes
All color formats for development
HEX
#4C30E8RGB
rgb(76, 48, 232)HSL
hsl(249, 80%, 55%)OKLCH
oklch(0.484 0.254 278)CMYK
cmyk(67%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3819E3
2#3116CA
3#2B14B1
4#251197
5#1F0E7E
6#190B65
7#13084C
8#0C0632
9#060319
Tints
Lighter variations
1#5E45EA
2#705AED
3#826EEF
4#9483F1
5#A598F4
6#B7ACF6
7#C9C1F8
8#DBD6FA
9#EDEAFD
Tones
Muted variations
1#523ADF
2#5943D6
3#5F4CCD
4#6655C3
5#6C5EBA
6#7368B1
7#7971A8
8#7F7A9F
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 | CBC3 #CBC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A495 #A495F3 | BordersInactive statesPlaceholder text |
| 400 | 745E #745EED | Disabled statesSecondary iconsMuted text |
| 500 | 4C30 #4C30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3116 #3116CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2712 #2712A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C0D #1C0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1208 #120849 | Primary textHigh emphasis contentDark headings |
| 950 | 0B05 #0B052E | 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: #CBC3F8;
--royal-blue-300: #A495F3;
--royal-blue-400: #745EED;
--royal-blue-500: #4C30E8;
--royal-blue-600: #3116CA;
--royal-blue-700: #2712A1;
--royal-blue-800: #1C0D73;
--royal-blue-900: #120849;
--royal-blue-950: #0B052E;
}