Royal Blue
#7060EB
BlueColor Codes
All color formats for development
HEX
#7060EBRGB
rgb(112, 96, 235)HSL
hsl(247, 78%, 65%)OKLCH
oklch(0.58 0.202 283.4)CMYK
cmyk(52%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5643E8
2#3B25E4
3#2F1ACF
4#2816B1
5#211294
6#1B0F76
7#140B59
8#0D073B
9#07041E
Tints
Lighter variations
1#7F70ED
2#8D80EF
3#9B90F1
4#A9A0F3
5#B8B0F5
6#C6BFF7
7#D4CFF9
8#E2DFFB
9#F1EFFD
Tones
Muted variations
1#7667E4
2#7B6EDD
3#8075D6
4#867CD0
5#8B83C9
6#908AC2
7#9691BB
8#9B98B4
9#A09FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC4 #CAC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A197 #A197F2 | BordersInactive statesPlaceholder text |
| 400 | 7060 #7060EB | Disabled statesSecondary iconsMuted text |
| 500 | 4833 #4833E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D19 #2D19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2414 #24149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A0E #1A0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1009 #100949 | Primary textHigh emphasis contentDark headings |
| 950 | 0A06 #0A062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F1FD;
--royal-blue-100: #E2DFFB;
--royal-blue-200: #CAC4F8;
--royal-blue-300: #A197F2;
--royal-blue-400: #7060EB;
--royal-blue-500: #4833E6;
--royal-blue-600: #2D19C8;
--royal-blue-700: #24149F;
--royal-blue-800: #1A0E71;
--royal-blue-900: #100949;
--royal-blue-950: #0A062D;
}