Royal Blue
#7272DA
BlueColor Codes
All color formats for development
HEX
#7272DARGB
rgb(114, 114, 218)HSL
hsl(240, 58%, 65%)OKLCH
oklch(0.602 0.155 280.7)CMYK
cmyk(48%, 48%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5858D3
2#3E3ECC
3#3131B7
4#2A2A9D
5#232383
6#1C1C69
7#15154F
8#0E0E34
9#07071A
Tints
Lighter variations
1#8080DD
2#8E8EE1
3#9C9CE5
4#AAAAE9
5#B8B8EC
6#C7C7F0
7#D5D5F4
8#E3E3F8
9#F1F1FB
Tones
Muted variations
1#7777D4
2#7C7CCF
3#8282CA
4#8787C5
5#8C8CC0
6#9191BA
7#9696B5
8#9B9BB0
9#A1A1AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E3 #E3E3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCB #CBCBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2A2 #A2A2E6 | BordersInactive statesPlaceholder text |
| 400 | 7272 #7272DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A4A #4A4ACF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F2F #2F2FB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2525 #25258D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B1B #1B1B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1111 #111140 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0B #0B0B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FC;
--royal-blue-100: #E3E3F8;
--royal-blue-200: #CBCBF1;
--royal-blue-300: #A2A2E6;
--royal-blue-400: #7272DA;
--royal-blue-500: #4A4ACF;
--royal-blue-600: #2F2FB1;
--royal-blue-700: #25258D;
--royal-blue-800: #1B1B65;
--royal-blue-900: #111140;
--royal-blue-950: #0B0B28;
}