Royal Blue
#6656F5
BlueColor Codes
All color formats for development
HEX
#6656F5RGB
rgb(102, 86, 245)HSL
hsl(246, 89%, 65%)OKLCH
oklch(0.565 0.228 280.8)CMYK
cmyk(58%, 65%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A37F3
2#2D18F2
3#210DDB
4#1D0BBC
5#18099D
6#13077D
7#0E055E
8#0A043F
9#05021F
Tints
Lighter variations
1#7567F6
2#8578F7
3#9489F8
4#A39AF9
5#B3ABFA
6#C2BCFB
7#D1CCFC
8#E0DDFD
9#F0EEFE
Tones
Muted variations
1#6D5EED
2#7366E5
3#796EDD
4#8076D5
5#867ECD
6#8C86C6
7#938EBE
8#9996B6
9#9F9EAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C0 #C6C0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9B90 #9B90F9 | BordersInactive statesPlaceholder text |
| 400 | 6656 #6656F5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B26 #3B26F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 200C #200CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A0A #1A0AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1207 #120778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C04 #0C044D | Primary textHigh emphasis contentDark headings |
| 950 | 0703 #070330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FE;
--royal-blue-100: #E0DDFD;
--royal-blue-200: #C6C0FB;
--royal-blue-300: #9B90F9;
--royal-blue-400: #6656F5;
--royal-blue-500: #3B26F2;
--royal-blue-600: #200CD4;
--royal-blue-700: #1A0AA9;
--royal-blue-800: #120778;
--royal-blue-900: #0C044D;
--royal-blue-950: #070330;
}