Royal Blue
#6A61EA
BlueColor Codes
All color formats for development
HEX
#6A61EARGB
rgb(106, 97, 234)HSL
hsl(244, 77%, 65%)OKLCH
oklch(0.577 0.2 281)CMYK
cmyk(55%, 59%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F44E7
2#3326E3
3#271BCD
4#2117B0
5#1C1393
6#160F75
7#110B58
8#0B083B
9#06041D
Tints
Lighter variations
1#7971ED
2#8881EF
3#9790F1
4#A6A0F3
5#B5B0F5
6#C3C0F7
7#D2D0F9
8#E1DFFB
9#F0EFFD
Tones
Muted variations
1#7068E4
2#766FDD
3#7C76D6
4#827DCF
5#8883C8
6#8E8AC1
7#9491BA
8#9A98B3
9#A09FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C4 #C8C4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D97 #9D97F2 | BordersInactive statesPlaceholder text |
| 400 | 6A61 #6A61EA | Disabled statesSecondary iconsMuted text |
| 500 | 4034 #4034E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 251A #251AC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E15 #1E159E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 150F #150F71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E09 #0E0948 | Primary textHigh emphasis contentDark headings |
| 950 | 0806 #08062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FD;
--royal-blue-100: #E1DFFB;
--royal-blue-200: #C8C4F7;
--royal-blue-300: #9D97F2;
--royal-blue-400: #6A61EA;
--royal-blue-500: #4034E5;
--royal-blue-600: #251AC7;
--royal-blue-700: #1E159E;
--royal-blue-800: #150F71;
--royal-blue-900: #0E0948;
--royal-blue-950: #08062D;
}