Royal Blue
#4650D2
BlueColor Codes
All color formats for development
HEX
#4650D2RGB
rgb(70, 80, 210)HSL
hsl(236, 61%, 55%)OKLCH
oklch(0.504 0.197 273.6)CMYK
cmyk(67%, 62%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#313BCB
2#2C35B5
3#262E9E
4#212887
5#1B2171
6#161A5A
7#101444
8#0B0D2D
9#050717
Tints
Lighter variations
1#5961D7
2#6B73DB
3#7E84E0
4#9096E4
5#A3A7E9
6#B5B9ED
7#C8CAF2
8#DADCF6
9#EDEDFB
Tones
Muted variations
1#4D56CB
2#545CC4
3#5B62BD
4#6268B6
5#696EAF
6#7074A8
7#777AA1
8#7E809A
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 | CACC #CACCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A5 #A1A5E8 | BordersInactive statesPlaceholder text |
| 400 | 6F77 #6F77DC | Disabled statesSecondary iconsMuted text |
| 500 | 4650 #4650D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C35 #2C35B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 232A #232A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 191E #191E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1013 #101342 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0C #0A0C29 | 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: #CACCF2;
--royal-blue-300: #A1A5E8;
--royal-blue-400: #6F77DC;
--royal-blue-500: #4650D2;
--royal-blue-600: #2C35B5;
--royal-blue-700: #232A90;
--royal-blue-800: #191E67;
--royal-blue-900: #101342;
--royal-blue-950: #0A0C29;
}