Royal Blue
#607EEB
BlueColor Codes
All color formats for development
HEX
#607EEBRGB
rgb(96, 126, 235)HSL
hsl(227, 78%, 65%)OKLCH
oklch(0.624 0.167 269.5)CMYK
cmyk(59%, 46%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4366E8
2#254EE4
3#1A41CF
4#1637B1
5#122E94
6#0F2576
7#0B1C59
8#07123B
9#04091E
Tints
Lighter variations
1#708BED
2#8098EF
3#90A5F1
4#A0B2F3
5#B0BFF5
6#BFCCF7
7#CFD8F9
8#DFE5FB
9#EFF2FD
Tones
Muted variations
1#6782E4
2#6E86DD
3#758AD6
4#7C8ED0
5#8392C9
6#8A96C2
7#919ABB
8#989EB4
9#9FA2AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE5 #DFE5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CF #C4CFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97AA #97AAF2 | BordersInactive statesPlaceholder text |
| 400 | 607E #607EEB | Disabled statesSecondary iconsMuted text |
| 500 | 335A #335AE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 193F #193FC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1432 #14329F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E24 #0E2471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0917 #091749 | Primary textHigh emphasis contentDark headings |
| 950 | 060E #060E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FD;
--royal-blue-100: #DFE5FB;
--royal-blue-200: #C4CFF8;
--royal-blue-300: #97AAF2;
--royal-blue-400: #607EEB;
--royal-blue-500: #335AE6;
--royal-blue-600: #193FC8;
--royal-blue-700: #14329F;
--royal-blue-800: #0E2471;
--royal-blue-900: #091749;
--royal-blue-950: #060E2D;
}