Royal Blue
#615CF0
BlueColor Codes
All color formats for development
HEX
#615CF0RGB
rgb(97, 92, 240)HSL
hsl(242, 83%, 65%)OKLCH
oklch(0.566 0.215 278.5)CMYK
cmyk(60%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#433DED
2#261FEA
3#1A14D4
4#1611B6
5#130E98
6#0F0B79
7#0B085B
8#07063D
9#04031E
Tints
Lighter variations
1#706CF1
2#807CF3
3#908DF4
4#A09DF6
5#B0ADF7
6#C0BEF9
7#CFCEFA
8#DFDEFC
9#EFEFFD
Tones
Muted variations
1#6863E8
2#6E6AE1
3#7572DA
4#7C79D2
5#8381CB
6#8A88C3
7#9190BC
8#9897B5
9#9F9EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDE #DFDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C2 #C4C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9794 #9794F5 | BordersInactive statesPlaceholder text |
| 400 | 615C #615CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 332D #332DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1913 #1913CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 140F #140FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E0B #0E0B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0907 #09074B | Primary textHigh emphasis contentDark headings |
| 950 | 0604 #06042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F1FE;
--royal-blue-100: #DFDEFC;
--royal-blue-200: #C4C2F9;
--royal-blue-300: #9794F5;
--royal-blue-400: #615CF0;
--royal-blue-500: #332DEB;
--royal-blue-600: #1913CD;
--royal-blue-700: #140FA3;
--royal-blue-800: #0E0B75;
--royal-blue-900: #09074B;
--royal-blue-950: #06042F;
}