Royal Blue
#465BD2
BlueColor Codes
All color formats for development
HEX
#465BD2RGB
rgb(70, 91, 210)HSL
hsl(231, 61%, 55%)OKLCH
oklch(0.524 0.184 271.1)CMYK
cmyk(67%, 57%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3148CB
2#2C40B5
3#26389E
4#213087
5#1B2871
6#16205A
7#101844
8#0B102D
9#050817
Tints
Lighter variations
1#596CD7
2#6B7CDB
3#7E8CE0
4#909DE4
5#A3ADE9
6#B5BEED
7#C8CEF2
8#DADEF6
9#EDEFFB
Tones
Muted variations
1#4D60CB
2#5465C4
3#5B6ABD
4#626FB6
5#6974AF
6#7079A8
7#777EA1
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 | E2E6 #E2E6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD0 #CAD0F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1AB #A1ABE8 | BordersInactive statesPlaceholder text |
| 400 | 6F80 #6F80DC | Disabled statesSecondary iconsMuted text |
| 500 | 465B #465BD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C40 #2C40B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2333 #233390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1925 #192567 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1017 #101742 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0F #0A0F29 | 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: #CAD0F2;
--royal-blue-300: #A1ABE8;
--royal-blue-400: #6F80DC;
--royal-blue-500: #465BD2;
--royal-blue-600: #2C40B5;
--royal-blue-700: #233390;
--royal-blue-800: #192567;
--royal-blue-900: #101742;
--royal-blue-950: #0A0F29;
}