Royal Blue
#707BDB
BlueColor Codes
All color formats for development
HEX
#707BDBRGB
rgb(112, 123, 219)HSL
hsl(234, 60%, 65%)OKLCH
oklch(0.618 0.144 276.4)CMYK
cmyk(49%, 44%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5662D5
2#3B4ACE
3#2E3CBA
4#28349F
5#212B85
6#1B226A
7#141A50
8#0D1135
9#07091B
Tints
Lighter variations
1#7E88DF
2#8D95E2
3#9BA3E6
4#A9B0EA
5#B8BDED
6#C6CAF1
7#D4D7F4
8#E2E5F8
9#F1F2FB
Tones
Muted variations
1#767FD6
2#7B83D1
3#8088CB
4#868CC6
5#8B90C1
6#9095BB
7#9699B6
8#9B9DB0
9#A0A1AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E5 #E2E5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CACE #CACEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A8 #A1A8E8 | BordersInactive statesPlaceholder text |
| 400 | 707B #707BDB | Disabled statesSecondary iconsMuted text |
| 500 | 4755 #4755D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D3A #2D3AB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 242E #242E8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A21 #1A2166 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1015 #101541 | 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: #E2E5F8;
--royal-blue-200: #CACEF2;
--royal-blue-300: #A1A8E8;
--royal-blue-400: #707BDB;
--royal-blue-500: #4755D1;
--royal-blue-600: #2D3AB4;
--royal-blue-700: #242E8F;
--royal-blue-800: #1A2166;
--royal-blue-900: #101541;
--royal-blue-950: #0A0D29;
}