Royal Blue
#727CDA
BlueColor Codes
All color formats for development
HEX
#727CDARGB
rgb(114, 124, 218)HSL
hsl(234, 58%, 65%)OKLCH
oklch(0.621 0.141 276.9)CMYK
cmyk(48%, 43%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5864D3
2#3E4CCC
3#313EB7
4#2A359D
5#232C83
6#1C2469
7#151B4F
8#0E1234
9#07091A
Tints
Lighter variations
1#8089DD
2#8E96E1
3#9CA4E5
4#AAB1E9
5#B8BEEC
6#C7CBF0
7#D5D8F4
8#E3E5F8
9#F1F2FB
Tones
Muted variations
1#7780D4
2#7C85CF
3#8289CA
4#878DC5
5#8C91C0
6#9195BA
7#9699B5
8#9B9DB0
9#A1A2AB
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 | A2A9 #A2A9E6 | BordersInactive statesPlaceholder text |
| 400 | 727C #727CDA | Disabled statesSecondary iconsMuted text |
| 500 | 4A57 #4A57CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F3C #2F3CB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2530 #25308D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B22 #1B2265 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1116 #111640 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0E #0B0E28 | 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: #A2A9E6;
--royal-blue-400: #727CDA;
--royal-blue-500: #4A57CF;
--royal-blue-600: #2F3CB1;
--royal-blue-700: #25308D;
--royal-blue-800: #1B2265;
--royal-blue-900: #111640;
--royal-blue-950: #0B0E28;
}