Royal Blue
#615EED
BlueColor Codes
All color formats for development
HEX
#615EEDRGB
rgb(97, 94, 237)HSL
hsl(241, 80%, 65%)OKLCH
oklch(0.567 0.209 278.3)CMYK
cmyk(59%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4341EA
2#2623E7
3#1A17D1
4#1714B3
5#131195
6#0F0D77
7#0B0A5A
8#08073C
9#04031E
Tints
Lighter variations
1#716EEF
2#807EF1
3#908FF3
4#A09FF4
5#B0AFF6
6#C0BFF8
7#D0CFFA
8#DFDFFB
9#EFEFFD
Tones
Muted variations
1#6865E6
2#6F6DDF
3#7574D8
4#7C7BD1
5#8382C9
6#8A89C2
7#9190BB
8#9897B4
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 | C4C3 #C4C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9795 #9795F3 | BordersInactive statesPlaceholder text |
| 400 | 615E #615EED | Disabled statesSecondary iconsMuted text |
| 500 | 3430 #3430E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1916 #1916CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1412 #1412A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E0D #0E0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0908 #090849 | Primary textHigh emphasis contentDark headings |
| 950 | 0605 #06052E | 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: #C4C3F8;
--royal-blue-300: #9795F3;
--royal-blue-400: #615EED;
--royal-blue-500: #3430E8;
--royal-blue-600: #1916CA;
--royal-blue-700: #1412A1;
--royal-blue-800: #0E0D73;
--royal-blue-900: #090849;
--royal-blue-950: #06052E;
}