Royal Blue
#464BD2
BlueColor Codes
All color formats for development
HEX
#464BD2RGB
rgb(70, 75, 210)HSL
hsl(238, 61%, 55%)OKLCH
oklch(0.495 0.203 274.5)CMYK
cmyk(67%, 64%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3136CB
2#2C30B5
3#262A9E
4#212487
5#1B1E71
6#16185A
7#101244
8#0B0C2D
9#050617
Tints
Lighter variations
1#595DD7
2#6B6FDB
3#7E81E0
4#9093E4
5#A3A5E9
6#B5B7ED
7#C8C9F2
8#DADBF6
9#EDEDFB
Tones
Muted variations
1#4D51CB
2#5458C4
3#5B5FBD
4#6265B6
5#696CAF
6#7072A8
7#7779A1
8#7E7F9A
9#858693
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E3 #E2E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACB #CACBF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A3 #A1A3E8 | BordersInactive statesPlaceholder text |
| 400 | 6F73 #6F73DC | Disabled statesSecondary iconsMuted text |
| 500 | 464B #464BD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C30 #2C30B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2326 #232690 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 191B #191B67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1012 #101242 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0B #0A0B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FC;
--royal-blue-100: #E2E3F8;
--royal-blue-200: #CACBF2;
--royal-blue-300: #A1A3E8;
--royal-blue-400: #6F73DC;
--royal-blue-500: #464BD2;
--royal-blue-600: #2C30B5;
--royal-blue-700: #232690;
--royal-blue-800: #191B67;
--royal-blue-900: #101242;
--royal-blue-950: #0A0B29;
}