Royal Blue
#707DDB
BlueColor Codes
All color formats for development
HEX
#707DDBRGB
rgb(112, 125, 219)HSL
hsl(233, 60%, 65%)OKLCH
oklch(0.622 0.142 275.6)CMYK
cmyk(49%, 43%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5664D5
2#3B4CCE
3#2E3FBA
4#28369F
5#212D85
6#1B246A
7#141B50
8#0D1235
9#07091B
Tints
Lighter variations
1#7E8ADF
2#8D97E2
3#9BA4E6
4#A9B1EA
5#B8BEED
6#C6CBF1
7#D4D8F4
8#E2E5F8
9#F1F2FB
Tones
Muted variations
1#7681D6
2#7B85D1
3#8089CB
4#868DC6
5#8B91C1
6#9095BB
7#9699B6
8#9B9EB0
9#A0A2AB
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 | CACF #CACFF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A9 #A1A9E8 | BordersInactive statesPlaceholder text |
| 400 | 707D #707DDB | Disabled statesSecondary iconsMuted text |
| 500 | 4757 #4757D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D3D #2D3DB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2430 #24308F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A22 #1A2266 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1016 #101641 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0E #0A0E29 | 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: #CACFF2;
--royal-blue-300: #A1A9E8;
--royal-blue-400: #707DDB;
--royal-blue-500: #4757D1;
--royal-blue-600: #2D3DB4;
--royal-blue-700: #24308F;
--royal-blue-800: #1A2266;
--royal-blue-900: #101641;
--royal-blue-950: #0A0E29;
}