Royal Blue
#4660D2
BlueColor Codes
All color formats for development
HEX
#4660D2RGB
rgb(70, 96, 210)HSL
hsl(229, 61%, 55%)OKLCH
oklch(0.533 0.178 269.7)CMYK
cmyk(67%, 54%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#314DCB
2#2C45B5
3#263C9E
4#213487
5#1B2B71
6#16225A
7#101A44
8#0B112D
9#050917
Tints
Lighter variations
1#5970D7
2#6B80DB
3#7E90E0
4#90A0E4
5#A3AFE9
6#B5BFED
7#C8CFF2
8#DADFF6
9#EDEFFB
Tones
Muted variations
1#4D64CB
2#5469C4
3#5B6DBD
4#6272B6
5#6976AF
6#707BA8
7#777FA1
8#7E839A
9#858893
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E6 #E2E6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD1 #CAD1F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1AE #A1AEE8 | BordersInactive statesPlaceholder text |
| 400 | 6F83 #6F83DC | Disabled statesSecondary iconsMuted text |
| 500 | 4660 #4660D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C45 #2C45B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2337 #233790 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1927 #192767 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1019 #101942 | Primary textHigh emphasis contentDark headings |
| 950 | 0A10 #0A1029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E2E6F8;
--royal-blue-200: #CAD1F2;
--royal-blue-300: #A1AEE8;
--royal-blue-400: #6F83DC;
--royal-blue-500: #4660D2;
--royal-blue-600: #2C45B5;
--royal-blue-700: #233790;
--royal-blue-800: #192767;
--royal-blue-900: #101942;
--royal-blue-950: #0A1029;
}