Royal Blue
#4657D2
BlueColor Codes
All color formats for development
HEX
#4657D2RGB
rgb(70, 87, 210)HSL
hsl(233, 61%, 55%)OKLCH
oklch(0.517 0.189 272)CMYK
cmyk(67%, 59%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3143CB
2#2C3CB5
3#26349E
4#212D87
5#1B2571
6#161E5A
7#101644
8#0B0F2D
9#050717
Tints
Lighter variations
1#5967D7
2#6B78DB
3#7E89E0
4#909AE4
5#A3ABE9
6#B5BCED
7#C8CCF2
8#DADDF6
9#EDEEFB
Tones
Muted variations
1#4D5CCB
2#5461C4
3#5B67BD
4#626CB6
5#6971AF
6#7077A8
7#777CA1
8#7E829A
9#858793
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E5 #E2E5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACE #CACEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A9 #A1A9E8 | BordersInactive statesPlaceholder text |
| 400 | 6F7C #6F7CDC | Disabled statesSecondary iconsMuted text |
| 500 | 4657 #4657D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C3C #2C3CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2330 #233090 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1922 #192267 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1016 #101642 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0E #0A0E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E2E5F8;
--royal-blue-200: #CACEF2;
--royal-blue-300: #A1A9E8;
--royal-blue-400: #6F7CDC;
--royal-blue-500: #4657D2;
--royal-blue-600: #2C3CB5;
--royal-blue-700: #233090;
--royal-blue-800: #192267;
--royal-blue-900: #101642;
--royal-blue-950: #0A0E29;
}