Royal Blue
#4659D2
BlueColor Codes
All color formats for development
HEX
#4659D2RGB
rgb(70, 89, 210)HSL
hsl(232, 61%, 55%)OKLCH
oklch(0.52 0.186 271.6)CMYK
cmyk(67%, 58%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3146CB
2#2C3EB5
3#26369E
4#212F87
5#1B2771
6#161F5A
7#101744
8#0B102D
9#050817
Tints
Lighter variations
1#596AD7
2#6B7ADB
3#7E8BE0
4#909BE4
5#A3ACE9
6#B5BDED
7#C8CDF2
8#DADEF6
9#EDEEFB
Tones
Muted variations
1#4D5ECB
2#5463C4
3#5B68BD
4#626DB6
5#6973AF
6#7078A8
7#777DA1
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 | CACF #CACFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1AA #A1AAE8 | BordersInactive statesPlaceholder text |
| 400 | 6F7E #6F7EDC | Disabled statesSecondary iconsMuted text |
| 500 | 4659 #4659D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C3E #2C3EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2331 #233190 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1923 #192367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1017 #101742 | 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: #CACFF2;
--royal-blue-300: #A1AAE8;
--royal-blue-400: #6F7EDC;
--royal-blue-500: #4659D2;
--royal-blue-600: #2C3EB5;
--royal-blue-700: #233190;
--royal-blue-800: #192367;
--royal-blue-900: #101742;
--royal-blue-950: #0A0E29;
}