Royal Blue
#607AEB
BlueColor Codes
All color formats for development
HEX
#607AEBRGB
rgb(96, 122, 235)HSL
hsl(229, 78%, 65%)OKLCH
oklch(0.616 0.172 270.9)CMYK
cmyk(59%, 48%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4361E8
2#2548E4
3#1A3BCF
4#1632B1
5#122A94
6#0F2276
7#0B1959
8#07113B
9#04081E
Tints
Lighter variations
1#7087ED
2#8094EF
3#90A2F1
4#A0AFF3
5#B0BCF5
6#BFCAF7
7#CFD7F9
8#DFE4FB
9#EFF2FD
Tones
Muted variations
1#677EE4
2#6E82DD
3#7587D6
4#7C8BD0
5#8390C9
6#8A94C2
7#9199BB
8#989DB4
9#9FA1AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CD #C4CDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A7 #97A7F2 | BordersInactive statesPlaceholder text |
| 400 | 607A #607AEB | Disabled statesSecondary iconsMuted text |
| 500 | 3354 #3354E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1939 #1939C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 142D #142D9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E20 #0E2071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0915 #091549 | Primary textHigh emphasis contentDark headings |
| 950 | 060D #060D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F4FD;
--royal-blue-100: #DFE4FB;
--royal-blue-200: #C4CDF8;
--royal-blue-300: #97A7F2;
--royal-blue-400: #607AEB;
--royal-blue-500: #3354E6;
--royal-blue-600: #1939C8;
--royal-blue-700: #142D9F;
--royal-blue-800: #0E2071;
--royal-blue-900: #091549;
--royal-blue-950: #060D2D;
}