Royal Blue
#615DEF
BlueColor Codes
All color formats for development
HEX
#615DEFRGB
rgb(97, 93, 239)HSL
hsl(242, 82%, 65%)OKLCH
oklch(0.567 0.213 278.4)CMYK
cmyk(59%, 61%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#443EEC
2#2720E9
3#1B15D3
4#1712B5
5#130F97
6#100C79
7#0C095A
8#08063C
9#04031E
Tints
Lighter variations
1#716DF1
2#817DF2
3#918DF4
4#A09EF5
5#B0AEF7
6#C0BEF9
7#D0CEFA
8#DFDFFC
9#EFEFFD
Tones
Muted variations
1#6864E8
2#6F6BE0
3#7673D9
4#7D7AD2
5#8481CA
6#8A88C3
7#9190BC
8#9897B4
9#9F9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C3 #C4C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9794 #9794F4 | BordersInactive statesPlaceholder text |
| 400 | 615D #615DEF | Disabled statesSecondary iconsMuted text |
| 500 | 342E #342EEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A14 #1A14CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1510 #1510A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F0B #0F0B74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A07 #0A074A | 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: #F1F1FE;
--royal-blue-100: #DFDFFC;
--royal-blue-200: #C4C3F9;
--royal-blue-300: #9794F4;
--royal-blue-400: #615DEF;
--royal-blue-500: #342EEA;
--royal-blue-600: #1A14CC;
--royal-blue-700: #1510A2;
--royal-blue-800: #0F0B74;
--royal-blue-900: #0A074A;
--royal-blue-950: #06052E;
}