Royal Blue
#4F30E8
BlueColor Codes
All color formats for development
HEX
#4F30E8RGB
rgb(79, 48, 232)HSL
hsl(250, 80%, 55%)OKLCH
oklch(0.486 0.254 278.9)CMYK
cmyk(66%, 79%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B19E3
2#3416CA
3#2E14B1
4#271197
5#210E7E
6#1A0B65
7#14084C
8#0D0632
9#070319
Tints
Lighter variations
1#6145EA
2#725AED
3#846EEF
4#9583F1
5#A798F4
6#B9ACF6
7#CAC1F8
8#DCD6FA
9#EDEAFD
Tones
Muted variations
1#553ADF
2#5B43D6
3#614CCD
4#6855C3
5#6E5EBA
6#7468B1
7#7A71A8
8#807A9F
9#868395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DF #E4DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC3 #CCC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A595 #A595F3 | BordersInactive statesPlaceholder text |
| 400 | 765E #765EED | Disabled statesSecondary iconsMuted text |
| 500 | 4F30 #4F30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3416 #3416CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A12 #2A12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E0D #1E0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1308 #130849 | Primary textHigh emphasis contentDark headings |
| 950 | 0C05 #0C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FD;
--royal-blue-100: #E4DFFB;
--royal-blue-200: #CCC3F8;
--royal-blue-300: #A595F3;
--royal-blue-400: #765EED;
--royal-blue-500: #4F30E8;
--royal-blue-600: #3416CA;
--royal-blue-700: #2A12A1;
--royal-blue-800: #1E0D73;
--royal-blue-900: #130849;
--royal-blue-950: #0C052E;
}