Royal Blue
#727BDA
BlueColor Codes
All color formats for development
HEX
#727BDARGB
rgb(114, 123, 218)HSL
hsl(235, 58%, 65%)OKLCH
oklch(0.619 0.142 277.3)CMYK
cmyk(48%, 44%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5862D3
2#3E49CC
3#313CB7
4#2A339D
5#232B83
6#1C2269
7#151A4F
8#0E1134
9#07091A
Tints
Lighter variations
1#8088DD
2#8E95E1
3#9CA2E5
4#AAB0E9
5#B8BDEC
6#C7CAF0
7#D5D7F4
8#E3E5F8
9#F1F2FB
Tones
Muted variations
1#777FD4
2#7C83CF
3#8288CA
4#878CC5
5#8C90C0
6#9194BA
7#9699B5
8#9B9DB0
9#A1A1AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E5 #E3E5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCE #CBCEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A8 #A2A8E6 | BordersInactive statesPlaceholder text |
| 400 | 727B #727BDA | Disabled statesSecondary iconsMuted text |
| 500 | 4A55 #4A55CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F3A #2F3AB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 252E #252E8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B21 #1B2165 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1115 #111540 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0D #0B0D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E3E5F8;
--royal-blue-200: #CBCEF1;
--royal-blue-300: #A2A8E6;
--royal-blue-400: #727BDA;
--royal-blue-500: #4A55CF;
--royal-blue-600: #2F3AB1;
--royal-blue-700: #252E8D;
--royal-blue-800: #1B2165;
--royal-blue-900: #111540;
--royal-blue-950: #0B0D28;
}