Royal Blue
#6661EA
BlueColor Codes
All color formats for development
HEX
#6661EARGB
rgb(102, 97, 234)HSL
hsl(242, 77%, 65%)OKLCH
oklch(0.574 0.201 279.6)CMYK
cmyk(56%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4944E7
2#2D26E3
3#211BCD
4#1C17B0
5#171393
6#130F75
7#0E0B58
8#09083B
9#05041D
Tints
Lighter variations
1#7571ED
2#8481EF
3#9490F1
4#A3A0F3
5#B2B0F5
6#C2C0F7
7#D1D0F9
8#E0DFFB
9#F0EFFD
Tones
Muted variations
1#6C68E4
2#726FDD
3#7976D6
4#7F7DCF
5#8683C8
6#8C8AC1
7#9391BA
8#9998B3
9#9F9FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DF #E0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C4 #C6C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A97 #9A97F2 | BordersInactive statesPlaceholder text |
| 400 | 6661 #6661EA | Disabled statesSecondary iconsMuted text |
| 500 | 3A34 #3A34E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 201A #201AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1915 #19159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 120F #120F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B09 #0B0948 | Primary textHigh emphasis contentDark headings |
| 950 | 0706 #07062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FD;
--royal-blue-100: #E0DFFB;
--royal-blue-200: #C6C4F7;
--royal-blue-300: #9A97F2;
--royal-blue-400: #6661EA;
--royal-blue-500: #3A34E5;
--royal-blue-600: #201AC7;
--royal-blue-700: #19159E;
--royal-blue-800: #120F71;
--royal-blue-900: #0B0948;
--royal-blue-950: #07062D;
}