Royal Blue
#465ED2
BlueColor Codes
All color formats for development
HEX
#465ED2RGB
rgb(70, 94, 210)HSL
hsl(230, 61%, 55%)OKLCH
oklch(0.53 0.18 270.3)CMYK
cmyk(67%, 55%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#314BCB
2#2C43B5
3#263A9E
4#213287
5#1B2A71
6#16215A
7#101944
8#0B112D
9#050817
Tints
Lighter variations
1#596ED7
2#6B7EDB
3#7E8EE0
4#909EE4
5#A3AEE9
6#B5BEED
7#C8CFF2
8#DADFF6
9#EDEFFB
Tones
Muted variations
1#4D62CB
2#5467C4
3#5B6CBD
4#6270B6
5#6975AF
6#707AA8
7#777EA1
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 | CAD0 #CAD0F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1AC #A1ACE8 | BordersInactive statesPlaceholder text |
| 400 | 6F81 #6F81DC | Disabled statesSecondary iconsMuted text |
| 500 | 465E #465ED2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C43 #2C43B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2335 #233590 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1926 #192667 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1018 #101842 | 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: #A1ACE8;
--royal-blue-400: #6F81DC;
--royal-blue-500: #465ED2;
--royal-blue-600: #2C43B5;
--royal-blue-700: #233590;
--royal-blue-800: #192667;
--royal-blue-900: #101842;
--royal-blue-950: #0A0F29;
}