Royal Blue
#4F35E3
BlueColor Codes
All color formats for development
HEX
#4F35E3RGB
rgb(79, 53, 227)HSL
hsl(249, 76%, 55%)OKLCH
oklch(0.486 0.244 279)CMYK
cmyk(65%, 77%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B1EDE
2#351BC5
3#2E18AD
4#271494
5#21117B
6#1A0D63
7#140A4A
8#0D0731
9#070319
Tints
Lighter variations
1#6149E6
2#725DE9
3#8472EC
4#9686EE
5#A79AF1
6#B9AEF4
7#CAC2F7
8#DCD7F9
9#EDEBFC
Tones
Muted variations
1#553EDB
2#5B46D2
3#624FC9
4#6858C1
5#6E61B8
6#7469AF
7#7A72A6
8#807B9E
9#868495
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E0 #E4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCC5 #CCC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A598 #A598F1 | BordersInactive statesPlaceholder text |
| 400 | 7662 #7662EA | Disabled statesSecondary iconsMuted text |
| 500 | 4F35 #4F35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 351B #351BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A15 #2A159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E0F #1E0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 130A #130A48 | 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: #F3F2FD;
--royal-blue-100: #E4E0FB;
--royal-blue-200: #CCC5F7;
--royal-blue-300: #A598F1;
--royal-blue-400: #7662EA;
--royal-blue-500: #4F35E3;
--royal-blue-600: #351BC5;
--royal-blue-700: #2A159D;
--royal-blue-800: #1E0F70;
--royal-blue-900: #130A48;
--royal-blue-950: #0C062D;
}