Royal Blue
#616AEA
BlueColor Codes
All color formats for development
HEX
#616AEARGB
rgb(97, 106, 234)HSL
hsl(236, 77%, 65%)OKLCH
oklch(0.586 0.19 275.8)CMYK
cmyk(59%, 55%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#444FE7
2#2633E3
3#1B27CD
4#1721B0
5#131C93
6#0F1675
7#0B1158
8#080B3B
9#04061D
Tints
Lighter variations
1#7179ED
2#8188EF
3#9097F1
4#A0A6F3
5#B0B5F5
6#C0C3F7
7#D0D2F9
8#DFE1FB
9#EFF0FD
Tones
Muted variations
1#6870E4
2#6F76DD
3#767CD6
4#7D82CF
5#8388C8
6#8A8EC1
7#9194BA
8#989AB3
9#9FA0AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE1 #DFE1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C8 #C4C8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 979D #979DF2 | BordersInactive statesPlaceholder text |
| 400 | 616A #616AEA | Disabled statesSecondary iconsMuted text |
| 500 | 3440 #3440E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A25 #1A25C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 151E #151E9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F15 #0F1571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 090E #090E48 | Primary textHigh emphasis contentDark headings |
| 950 | 0608 #06082D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F2FD;
--royal-blue-100: #DFE1FB;
--royal-blue-200: #C4C8F7;
--royal-blue-300: #979DF2;
--royal-blue-400: #616AEA;
--royal-blue-500: #3440E5;
--royal-blue-600: #1A25C7;
--royal-blue-700: #151E9E;
--royal-blue-800: #0F1571;
--royal-blue-900: #090E48;
--royal-blue-950: #06082D;
}