Royal Blue
#4628F0
BlueColor Codes
All color formats for development
HEX
#4628F0RGB
rgb(70, 40, 240)HSL
hsl(249, 87%, 55%)OKLCH
oklch(0.48 0.27 275.9)CMYK
cmyk(71%, 83%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3110EC
2#2C0FD2
3#260DB8
4#210B9D
5#1B0983
6#160769
7#10054F
8#0B0434
9#05021A
Tints
Lighter variations
1#593EF2
2#6B53F3
3#7E69F5
4#907EF6
5#A394F8
6#B5A9F9
7#C8BFFB
8#DAD4FC
9#EDEAFE
Tones
Muted variations
1#4D32E6
2#543CDC
3#5B46D2
4#6250C8
5#695ABE
6#7064B4
7#776EAA
8#7E78A0
9#858296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DE #E2DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC1 #CAC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A191 #A191F7 | BordersInactive statesPlaceholder text |
| 400 | 6F58 #6F58F3 | Disabled statesSecondary iconsMuted text |
| 500 | 4628 #4628F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C0F #2C0FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 230C #230CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1908 #190877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1005 #10054C | Primary textHigh emphasis contentDark headings |
| 950 | 0A03 #0A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FE;
--royal-blue-100: #E2DEFD;
--royal-blue-200: #CAC1FB;
--royal-blue-300: #A191F7;
--royal-blue-400: #6F58F3;
--royal-blue-500: #4628F0;
--royal-blue-600: #2C0FD2;
--royal-blue-700: #230CA7;
--royal-blue-800: #190877;
--royal-blue-900: #10054C;
--royal-blue-950: #0A0330;
}