Royal Blue
#6161EA
BlueColor Codes
All color formats for development
HEX
#6161EARGB
rgb(97, 97, 234)HSL
hsl(240, 77%, 65%)OKLCH
oklch(0.57 0.202 277.9)CMYK
cmyk(59%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4444E7
2#2626E3
3#1B1BCD
4#1717B0
5#131393
6#0F0F75
7#0B0B58
8#08083B
9#04041D
Tints
Lighter variations
1#7171ED
2#8181EF
3#9090F1
4#A0A0F3
5#B0B0F5
6#C0C0F7
7#D0D0F9
8#DFDFFB
9#EFEFFD
Tones
Muted variations
1#6868E4
2#6F6FDD
3#7676D6
4#7D7DCF
5#8383C8
6#8A8AC1
7#9191BA
8#9898B3
9#9F9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C4 #C4C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9797 #9797F2 | BordersInactive statesPlaceholder text |
| 400 | 6161 #6161EA | Disabled statesSecondary iconsMuted text |
| 500 | 3434 #3434E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A1A #1A1AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1515 #15159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F0F #0F0F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0909 #090948 | Primary textHigh emphasis contentDark headings |
| 950 | 0606 #06062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F1FD;
--royal-blue-100: #DFDFFB;
--royal-blue-200: #C4C4F7;
--royal-blue-300: #9797F2;
--royal-blue-400: #6161EA;
--royal-blue-500: #3434E5;
--royal-blue-600: #1A1AC7;
--royal-blue-700: #15159E;
--royal-blue-800: #0F0F71;
--royal-blue-900: #090948;
--royal-blue-950: #06062D;
}