Royal Blue
#4654D2
BlueColor Codes
All color formats for development
HEX
#4654D2RGB
rgb(70, 84, 210)HSL
hsl(234, 61%, 55%)OKLCH
oklch(0.511 0.192 272.7)CMYK
cmyk(67%, 60%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3141CB
2#2C39B5
3#26329E
4#212B87
5#1B2471
6#161D5A
7#101644
8#0B0E2D
9#050717
Tints
Lighter variations
1#5965D7
2#6B76DB
3#7E87E0
4#9099E4
5#A3AAE9
6#B5BBED
7#C8CCF2
8#DADDF6
9#EDEEFB
Tones
Muted variations
1#4D5ACB
2#545FC4
3#5B65BD
4#626BB6
5#6970AF
6#7076A8
7#777BA1
8#7E819A
9#858793
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E4 #E2E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACE #CACEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A8 #A1A8E8 | BordersInactive statesPlaceholder text |
| 400 | 6F7A #6F7ADC | Disabled statesSecondary iconsMuted text |
| 500 | 4654 #4654D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C39 #2C39B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 232E #232E90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1921 #192167 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1015 #101542 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0D #0A0D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E2E4F8;
--royal-blue-200: #CACEF2;
--royal-blue-300: #A1A8E8;
--royal-blue-400: #6F7ADC;
--royal-blue-500: #4654D2;
--royal-blue-600: #2C39B5;
--royal-blue-700: #232E90;
--royal-blue-800: #192167;
--royal-blue-900: #101542;
--royal-blue-950: #0A0D29;
}