Royal Blue
#665FEC
BlueColor Codes
All color formats for development
HEX
#665FECRGB
rgb(102, 95, 236)HSL
hsl(243, 79%, 65%)OKLCH
oklch(0.572 0.206 279.9)CMYK
cmyk(57%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A42E9
2#2E24E5
3#2218D0
4#1D15B2
5#181194
6#130E77
7#0E0A59
8#0A073B
9#05031E
Tints
Lighter variations
1#766FEE
2#857FF0
3#948FF2
4#A39FF4
5#B3AFF6
6#C2BFF8
7#D1CFF9
8#E0DFFB
9#F0EFFD
Tones
Muted variations
1#6D66E5
2#736DDE
3#7974D7
4#807BD0
5#8682C9
6#8C8AC2
7#9391BB
8#9998B4
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 #C6C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B96 #9B96F3 | BordersInactive statesPlaceholder text |
| 400 | 665F #665FEC | Disabled statesSecondary iconsMuted text |
| 500 | 3B32 #3B32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2018 #2018C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A13 #1A13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 120D #120D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C09 #0C0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0705 #07052E | 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: #C6C4F8;
--royal-blue-300: #9B96F3;
--royal-blue-400: #665FEC;
--royal-blue-500: #3B32E7;
--royal-blue-600: #2018C9;
--royal-blue-700: #1A13A0;
--royal-blue-800: #120D72;
--royal-blue-900: #0C0949;
--royal-blue-950: #07052E;
}