Royal Blue
#464DD2
BlueColor Codes
All color formats for development
HEX
#464DD2RGB
rgb(70, 77, 210)HSL
hsl(237, 61%, 55%)OKLCH
oklch(0.499 0.201 274.1)CMYK
cmyk(67%, 63%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3139CB
2#2C33B5
3#262C9E
4#212687
5#1B2071
6#16195A
7#101344
8#0B0D2D
9#050617
Tints
Lighter variations
1#595FD7
2#6B71DB
3#7E83E0
4#9094E4
5#A3A6E9
6#B5B8ED
7#C8CAF2
8#DADBF6
9#EDEDFB
Tones
Muted variations
1#4D54CB
2#545AC4
3#5B60BD
4#6266B6
5#696DAF
6#7073A8
7#7779A1
8#7E809A
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 | CACC #CACCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A4 #A1A4E8 | BordersInactive statesPlaceholder text |
| 400 | 6F75 #6F75DC | Disabled statesSecondary iconsMuted text |
| 500 | 464D #464DD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C33 #2C33B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2328 #232890 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 191D #191D67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1012 #101242 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0C #0A0C29 | 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: #CACCF2;
--royal-blue-300: #A1A4E8;
--royal-blue-400: #6F75DC;
--royal-blue-500: #464DD2;
--royal-blue-600: #2C33B5;
--royal-blue-700: #232890;
--royal-blue-800: #191D67;
--royal-blue-900: #101242;
--royal-blue-950: #0A0C29;
}