Royal Blue
#4262D7
BlueColor Codes
All color formats for development
HEX
#4262D7RGB
rgb(66, 98, 215)HSL
hsl(227, 65%, 55%)OKLCH
oklch(0.539 0.183 268.1)CMYK
cmyk(69%, 54%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C50D0
2#2747B9
3#223EA2
4#1D358B
5#192C74
6#14235D
7#0F1B45
8#0A122E
9#050917
Tints
Lighter variations
1#5572DB
2#6881DF
3#7A91E3
4#8DA1E7
5#A0B0EB
6#B3C0EF
7#C6D0F3
8#D9E0F7
9#ECEFFB
Tones
Muted variations
1#4966CF
2#516AC8
3#586FC0
4#5F73B9
5#6777B2
6#6E7BAA
7#7680A3
8#7D849B
9#858894
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E7 #E2E7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D2 #C8D2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EAF #9EAFEA | BordersInactive statesPlaceholder text |
| 400 | 6C85 #6C85E0 | Disabled statesSecondary iconsMuted text |
| 500 | 4262 #4262D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2747 #2747B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F38 #1F3893 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1628 #162869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E1A #0E1A43 | Primary textHigh emphasis contentDark headings |
| 950 | 0910 #09102A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F5FC;
--royal-blue-100: #E2E7F9;
--royal-blue-200: #C8D2F3;
--royal-blue-300: #9EAFEA;
--royal-blue-400: #6C85E0;
--royal-blue-500: #4262D7;
--royal-blue-600: #2747B9;
--royal-blue-700: #1F3893;
--royal-blue-800: #162869;
--royal-blue-900: #0E1A43;
--royal-blue-950: #09102A;
}