Royal Blue
#425DD7
BlueColor Codes
All color formats for development
HEX
#425DD7RGB
rgb(66, 93, 215)HSL
hsl(229, 65%, 55%)OKLCH
oklch(0.529 0.189 269.4)CMYK
cmyk(69%, 57%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C4AD0
2#2742B9
3#223AA2
4#1D328B
5#192974
6#14215D
7#0F1945
8#0A112E
9#050817
Tints
Lighter variations
1#556DDB
2#687DDF
3#7A8EE3
4#8D9EE7
5#A0AEEB
6#B3BEEF
7#C6CEF3
8#D9DFF7
9#ECEFFB
Tones
Muted variations
1#4962CF
2#5166C8
3#586BC0
4#5F70B9
5#6775B2
6#6E79AA
7#767EA3
8#7D839B
9#858894
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E6 #E2E6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D0 #C8D0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EAC #9EACEA | BordersInactive statesPlaceholder text |
| 400 | 6C81 #6C81E0 | Disabled statesSecondary iconsMuted text |
| 500 | 425D #425DD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2742 #2742B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F35 #1F3593 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1626 #162669 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E18 #0E1843 | Primary textHigh emphasis contentDark headings |
| 950 | 090F #090F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F4FC;
--royal-blue-100: #E2E6F9;
--royal-blue-200: #C8D0F3;
--royal-blue-300: #9EACEA;
--royal-blue-400: #6C81E0;
--royal-blue-500: #425DD7;
--royal-blue-600: #2742B9;
--royal-blue-700: #1F3593;
--royal-blue-800: #162669;
--royal-blue-900: #0E1843;
--royal-blue-950: #090F2A;
}