Royal Blue
#4646D2
BlueColor Codes
All color formats for development
HEX
#4646D2RGB
rgb(70, 70, 210)HSL
hsl(240, 61%, 55%)OKLCH
oklch(0.487 0.209 275.4)CMYK
cmyk(67%, 67%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3131CB
2#2C2CB5
3#26269E
4#212187
5#1B1B71
6#16165A
7#101044
8#0B0B2D
9#050517
Tints
Lighter variations
1#5959D7
2#6B6BDB
3#7E7EE0
4#9090E4
5#A3A3E9
6#B5B5ED
7#C8C8F2
8#DADAF6
9#EDEDFB
Tones
Muted variations
1#4D4DCB
2#5454C4
3#5B5BBD
4#6262B6
5#6969AF
6#7070A8
7#7777A1
8#7E7E9A
9#858593
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E2 #E2E2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACA #CACAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A1 #A1A1E8 | BordersInactive statesPlaceholder text |
| 400 | 6F6F #6F6FDC | Disabled statesSecondary iconsMuted text |
| 500 | 4646 #4646D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C2C #2C2CB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2323 #232390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1919 #191967 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1010 #101042 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0A #0A0A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FC;
--royal-blue-100: #E2E2F8;
--royal-blue-200: #CACAF2;
--royal-blue-300: #A1A1E8;
--royal-blue-400: #6F6FDC;
--royal-blue-500: #4646D2;
--royal-blue-600: #2C2CB5;
--royal-blue-700: #232390;
--royal-blue-800: #191967;
--royal-blue-900: #101042;
--royal-blue-950: #0A0A29;
}