Royal Blue
#6070EB
BlueColor Codes
All color formats for development
HEX
#6070EBRGB
rgb(96, 112, 235)HSL
hsl(233, 78%, 65%)OKLCH
oklch(0.597 0.184 273.9)CMYK
cmyk(59%, 52%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4356E8
2#253BE4
3#1A2FCF
4#1628B1
5#122194
6#0F1B76
7#0B1459
8#070D3B
9#04071E
Tints
Lighter variations
1#707FED
2#808DEF
3#909BF1
4#A0A9F3
5#B0B8F5
6#BFC6F7
7#CFD4F9
8#DFE2FB
9#EFF1FD
Tones
Muted variations
1#6776E4
2#6E7BDD
3#7580D6
4#7C86D0
5#838BC9
6#8A90C2
7#9196BB
8#989BB4
9#9FA0AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CA #C4CAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A1 #97A1F2 | BordersInactive statesPlaceholder text |
| 400 | 6070 #6070EB | Disabled statesSecondary iconsMuted text |
| 500 | 3348 #3348E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 192D #192DC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1424 #14249F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E1A #0E1A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0910 #091049 | Primary textHigh emphasis contentDark headings |
| 950 | 060A #060A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FD;
--royal-blue-100: #DFE2FB;
--royal-blue-200: #C4CAF8;
--royal-blue-300: #97A1F2;
--royal-blue-400: #6070EB;
--royal-blue-500: #3348E6;
--royal-blue-600: #192DC8;
--royal-blue-700: #14249F;
--royal-blue-800: #0E1A71;
--royal-blue-900: #091049;
--royal-blue-950: #060A2D;
}