Royal Blue
#7181DA
BlueColor Codes
All color formats for development
HEX
#7181DARGB
rgb(113, 129, 218)HSL
hsl(231, 59%, 65%)OKLCH
oklch(0.63 0.135 274.2)CMYK
cmyk(48%, 41%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5769D4
2#3C52CD
3#3044B8
4#293A9E
5#223184
6#1B2769
7#141D4F
8#0E1335
9#070A1A
Tints
Lighter variations
1#7F8EDE
2#8D9AE2
3#9CA7E5
4#AAB3E9
5#B8C0ED
6#C6CDF0
7#D4D9F4
8#E3E6F8
9#F1F2FB
Tones
Muted variations
1#7685D5
2#7C88D0
3#818CCB
4#8690C5
5#8B93C0
6#9197BB
7#969BB6
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 | E3E6 #E3E6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD0 #CAD0F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2AC #A2ACE7 | BordersInactive statesPlaceholder text |
| 400 | 7181 #7181DA | Disabled statesSecondary iconsMuted text |
| 500 | 495D #495DD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E42 #2E42B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2534 #25348E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A25 #1A2565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1118 #111841 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0F #0A0F29 | 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: #CAD0F1;
--royal-blue-300: #A2ACE7;
--royal-blue-400: #7181DA;
--royal-blue-500: #495DD0;
--royal-blue-600: #2E42B2;
--royal-blue-700: #25348E;
--royal-blue-800: #1A2565;
--royal-blue-900: #111841;
--royal-blue-950: #0A0F29;
}