Royal Blue
#4652D2
BlueColor Codes
All color formats for development
HEX
#4652D2RGB
rgb(70, 82, 210)HSL
hsl(235, 61%, 55%)OKLCH
oklch(0.507 0.195 273.1)CMYK
cmyk(67%, 61%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#313ECB
2#2C37B5
3#26309E
4#212987
5#1B2271
6#161C5A
7#101544
8#0B0E2D
9#050717
Tints
Lighter variations
1#5963D7
2#6B75DB
3#7E86E0
4#9097E4
5#A3A8E9
6#B5BAED
7#C8CBF2
8#DADCF6
9#EDEEFB
Tones
Muted variations
1#4D58CB
2#545EC4
3#5B63BD
4#6269B6
5#696FAF
6#7075A8
7#777BA1
8#7E819A
9#858693
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E4 #E2E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACD #CACDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A7 #A1A7E8 | BordersInactive statesPlaceholder text |
| 400 | 6F78 #6F78DC | Disabled statesSecondary iconsMuted text |
| 500 | 4652 #4652D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C37 #2C37B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 232C #232C90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 191F #191F67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1014 #101442 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0D #0A0D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FC;
--royal-blue-100: #E2E4F8;
--royal-blue-200: #CACDF2;
--royal-blue-300: #A1A7E8;
--royal-blue-400: #6F78DC;
--royal-blue-500: #4652D2;
--royal-blue-600: #2C37B5;
--royal-blue-700: #232C90;
--royal-blue-800: #191F67;
--royal-blue-900: #101442;
--royal-blue-950: #0A0D29;
}