Royal Blue
#4649D2
BlueColor Codes
All color formats for development
HEX
#4649D2RGB
rgb(70, 73, 210)HSL
hsl(239, 61%, 55%)OKLCH
oklch(0.492 0.205 274.9)CMYK
cmyk(67%, 65%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3134CB
2#2C2EB5
3#26289E
4#212387
5#1B1D71
6#16175A
7#101144
8#0B0C2D
9#050617
Tints
Lighter variations
1#595BD7
2#6B6DDB
3#7E7FE0
4#9092E4
5#A3A4E9
6#B5B6ED
7#C8C8F2
8#DADBF6
9#EDEDFB
Tones
Muted variations
1#4D4FCB
2#5456C4
3#5B5DBD
4#6264B6
5#696AAF
6#7071A8
7#7778A1
8#7E7F9A
9#858593
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 | CACA #CACAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A2 #A1A2E8 | BordersInactive statesPlaceholder text |
| 400 | 6F71 #6F71DC | Disabled statesSecondary iconsMuted text |
| 500 | 4649 #4649D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C2E #2C2EB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2325 #232590 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 191A #191A67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1011 #101142 | 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: #E2E3F8;
--royal-blue-200: #CACAF2;
--royal-blue-300: #A1A2E8;
--royal-blue-400: #6F71DC;
--royal-blue-500: #4649D2;
--royal-blue-600: #2C2EB5;
--royal-blue-700: #232590;
--royal-blue-800: #191A67;
--royal-blue-900: #101142;
--royal-blue-950: #0A0A29;
}