Royal Blue
#4125F4
BlueColor Codes
All color formats for development
HEX
#4125F4RGB
rgb(65, 37, 244)HSL
hsl(248, 90%, 55%)OKLCH
oklch(0.479 0.277 274.3)CMYK
cmyk(73%, 85%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0DF0
2#260BD5
3#210ABB
4#1D08A0
5#180785
6#13066B
7#0E0450
8#0A0335
9#05011B
Tints
Lighter variations
1#543BF5
2#6751F6
3#7A66F7
4#8D7CF8
5#A092F9
6#B3A8FA
7#C6BEFC
8#D9D3FD
9#ECE9FE
Tones
Muted variations
1#482FE9
2#503ADF
3#5744D5
4#5F4ECA
5#6659C0
6#6E63B6
7#766DAB
8#7D78A1
9#858297
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C0 #C8C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E90 #9E90F9 | BordersInactive statesPlaceholder text |
| 400 | 6B55 #6B55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 4125 #4125F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 260B #260BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E09 #1E09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1606 #160679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E04 #0E044E | 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: #F2F0FE;
--royal-blue-100: #E1DDFD;
--royal-blue-200: #C8C0FC;
--royal-blue-300: #9E90F9;
--royal-blue-400: #6B55F6;
--royal-blue-500: #4125F4;
--royal-blue-600: #260BD5;
--royal-blue-700: #1E09AA;
--royal-blue-800: #160679;
--royal-blue-900: #0E044E;
--royal-blue-950: #090330;
}