Royal Blue
#4F2CED
BlueColor Codes
All color formats for development
HEX
#4F2CEDRGB
rgb(79, 44, 237)HSL
hsl(251, 84%, 55%)OKLCH
oklch(0.487 0.262 278.7)CMYK
cmyk(67%, 81%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B14E8
2#3512CE
3#2E10B5
4#270D9B
5#210B81
6#1A0967
7#14074D
8#0D0434
9#07021A
Tints
Lighter variations
1#6141EE
2#7256F0
3#846BF2
4#9680F4
5#A795F6
6#B9ABF8
7#CAC0F9
8#DCD5FB
9#EDEAFD
Tones
Muted variations
1#5535E3
2#5B3FD9
3#6249D0
4#6852C6
5#6E5CBC
6#7466B3
7#7A6FA9
8#8079A0
9#868396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DE #E4DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC2 #CCC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | A593 #A593F6 | BordersInactive statesPlaceholder text |
| 400 | 765B #765BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 4F2C #4F2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 3512 #3512CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A0E #2A0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E0A #1E0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1307 #13074B | Primary textHigh emphasis contentDark headings |
| 950 | 0C04 #0C042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FE;
--royal-blue-100: #E4DEFC;
--royal-blue-200: #CCC2FA;
--royal-blue-300: #A593F6;
--royal-blue-400: #765BF1;
--royal-blue-500: #4F2CED;
--royal-blue-600: #3512CE;
--royal-blue-700: #2A0EA4;
--royal-blue-800: #1E0A75;
--royal-blue-900: #13074B;
--royal-blue-950: #0C042F;
}