Royal Blue
#4930E8
BlueColor Codes
All color formats for development
HEX
#4930E8RGB
rgb(73, 48, 232)HSL
hsl(248, 80%, 55%)OKLCH
oklch(0.482 0.255 277)CMYK
cmyk(69%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3419E3
2#2E16CA
3#2914B1
4#231197
5#1D0E7E
6#170B65
7#11084C
8#0C0632
9#060319
Tints
Lighter variations
1#5B45EA
2#6D5AED
3#806EEF
4#9283F1
5#A498F4
6#B6ACF6
7#C8C1F8
8#DBD6FA
9#EDEAFD
Tones
Muted variations
1#503ADF
2#5643D6
3#5D4CCD
4#6455C3
5#6B5EBA
6#7168B1
7#7871A8
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 | CAC3 #CAC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A295 #A295F3 | BordersInactive statesPlaceholder text |
| 400 | 715E #715EED | Disabled statesSecondary iconsMuted text |
| 500 | 4930 #4930E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E16 #2E16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2512 #2512A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A0D #1A0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1108 #110849 | 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: #CAC3F8;
--royal-blue-300: #A295F3;
--royal-blue-400: #715EED;
--royal-blue-500: #4930E8;
--royal-blue-600: #2E16CA;
--royal-blue-700: #2512A1;
--royal-blue-800: #1A0D73;
--royal-blue-900: #110849;
--royal-blue-950: #0B052E;
}