Royal Blue
#7280DA
BlueColor Codes
All color formats for development
HEX
#7280DARGB
rgb(114, 128, 218)HSL
hsl(232, 58%, 65%)OKLCH
oklch(0.629 0.136 275.1)CMYK
cmyk(48%, 41%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5868D3
2#3E51CC
3#3143B7
4#2A399D
5#233083
6#1C2669
7#151D4F
8#0E1334
9#070A1A
Tints
Lighter variations
1#808DDD
2#8E99E1
3#9CA6E5
4#AAB3E9
5#B8BFEC
6#C7CCF0
7#D5D9F4
8#E3E6F8
9#F1F2FB
Tones
Muted variations
1#7784D4
2#7C87CF
3#828BCA
4#878FC5
5#8C93C0
6#9197BA
7#969AB5
8#9B9EB0
9#A1A2AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E6 #E3E6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD0 #CBD0F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2AB #A2ABE6 | BordersInactive statesPlaceholder text |
| 400 | 7280 #7280DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A5B #4A5BCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F40 #2F40B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2533 #25338D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B25 #1B2565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1117 #111740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0F #0B0F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E3E6F8;
--royal-blue-200: #CBD0F1;
--royal-blue-300: #A2ABE6;
--royal-blue-400: #7280DA;
--royal-blue-500: #4A5BCF;
--royal-blue-600: #2F40B1;
--royal-blue-700: #25338D;
--royal-blue-800: #1B2565;
--royal-blue-900: #111740;
--royal-blue-950: #0B0F28;
}