Royal Blue
#7288DA
BlueColor Codes
All color formats for development
HEX
#7288DARGB
rgb(114, 136, 218)HSL
hsl(227, 58%, 65%)OKLCH
oklch(0.645 0.126 271.2)CMYK
cmyk(48%, 38%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5872D3
2#3E5CCC
3#314EB7
4#2A439D
5#233883
6#1C2D69
7#15214F
8#0E1634
9#070B1A
Tints
Lighter variations
1#8094DD
2#8EA0E1
3#9CACE5
4#AAB8E9
5#B8C4EC
6#C7D0F0
7#D5DBF4
8#E3E7F8
9#F1F3FB
Tones
Muted variations
1#778BD4
2#7C8ECF
3#8291CA
4#8794C5
5#8C97C0
6#919ABA
7#969DB5
8#9BA0B0
9#A1A3AB
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 | CBD3 #CBD3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B1 #A2B1E6 | BordersInactive statesPlaceholder text |
| 400 | 7288 #7288DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A67 #4A67CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F4B #2F4BB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 253C #253C8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B2B #1B2B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 111B #111B40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B11 #0B1128 | 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: #CBD3F1;
--royal-blue-300: #A2B1E6;
--royal-blue-400: #7288DA;
--royal-blue-500: #4A67CF;
--royal-blue-600: #2F4BB1;
--royal-blue-700: #253C8D;
--royal-blue-800: #1B2B65;
--royal-blue-900: #111B40;
--royal-blue-950: #0B1128;
}