Royal Blue
#7188DA
BlueColor Codes
All color formats for development
HEX
#7188DARGB
rgb(113, 136, 218)HSL
hsl(227, 59%, 65%)OKLCH
oklch(0.645 0.126 270.7)CMYK
cmyk(48%, 38%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5772D4
2#3C5CCD
3#304DB8
4#29429E
5#223784
6#1B2C69
7#14214F
8#0E1635
9#070B1A
Tints
Lighter variations
1#7F94DE
2#8DA0E2
3#9CACE5
4#AAB8E9
5#B8C3ED
6#C6CFF0
7#D4DBF4
8#E3E7F8
9#F1F3FB
Tones
Muted variations
1#768BD5
2#7C8ED0
3#8191CB
4#8694C5
5#8B97C0
6#919ABB
7#969DB6
8#9BA0B0
9#A0A3AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E7 #E3E7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD3 #CAD3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B1 #A2B1E7 | BordersInactive statesPlaceholder text |
| 400 | 7188 #7188DA | Disabled statesSecondary iconsMuted text |
| 500 | 4966 #4966D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E4B #2E4BB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 253B #253B8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A2A #1A2A65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 111B #111B41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A11 #0A1129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F5FC;
--royal-blue-100: #E3E7F8;
--royal-blue-200: #CAD3F1;
--royal-blue-300: #A2B1E7;
--royal-blue-400: #7188DA;
--royal-blue-500: #4966D0;
--royal-blue-600: #2E4BB2;
--royal-blue-700: #253B8E;
--royal-blue-800: #1A2A65;
--royal-blue-900: #111B41;
--royal-blue-950: #0A1129;
}