Royal Blue
#4126F2
BlueColor Codes
All color formats for development
HEX
#4126F2RGB
rgb(65, 38, 242)HSL
hsl(248, 89%, 55%)OKLCH
oklch(0.478 0.274 274.4)CMYK
cmyk(73%, 84%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0EEF
2#270CD4
3#220BBA
4#1D099F
5#180885
6#13066A
7#0F0550
8#0A0335
9#05021B
Tints
Lighter variations
1#543CF4
2#6751F5
3#7A67F6
4#8D7DF7
5#A093F9
6#B3A8FA
7#C6BEFB
8#D9D4FC
9#ECE9FE
Tones
Muted variations
1#4930E8
2#503BDE
3#5845D4
4#5F4FCA
5#6759BF
6#6E63B5
7#766EAB
8#7D78A1
9#858296
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C0 #C8C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E90 #9E90F9 | BordersInactive statesPlaceholder text |
| 400 | 6B56 #6B56F5 | Disabled statesSecondary iconsMuted text |
| 500 | 4126 #4126F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 270C #270CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F0A #1F0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1607 #160778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E04 #0E044D | Primary textHigh emphasis contentDark headings |
| 950 | 0903 #090330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FE;
--royal-blue-100: #E1DDFD;
--royal-blue-200: #C8C0FB;
--royal-blue-300: #9E90F9;
--royal-blue-400: #6B56F5;
--royal-blue-500: #4126F2;
--royal-blue-600: #270CD4;
--royal-blue-700: #1F0AA9;
--royal-blue-800: #160778;
--royal-blue-900: #0E044D;
--royal-blue-950: #090330;
}