Royal Blue
#656CE6
BlueColor Codes
All color formats for development
HEX
#656CE6RGB
rgb(101, 108, 230)HSL
hsl(237, 72%, 65%)OKLCH
oklch(0.589 0.182 276.8)CMYK
cmyk(56%, 53%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4951E1
2#2C35DD
3#2029C8
4#1C23AB
5#171D8F
6#131772
7#0E1256
8#090C39
9#05061D
Tints
Lighter variations
1#757BE9
2#8489EB
3#9498EE
4#A3A7F0
5#B2B5F3
6#C2C4F5
7#D1D3F8
8#E0E2FA
9#F0F0FD
Tones
Muted variations
1#6C72E0
2#7277D9
3#797DD3
4#7F83CC
5#8689C6
6#8C8FBF
7#9294B9
8#999AB3
9#9FA0AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E2 #E0E2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C8 #C6C8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A9E #9A9EEF | BordersInactive statesPlaceholder text |
| 400 | 656C #656CE6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A42 #3A42DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F27 #1F27C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 191F #191F9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1216 #12166E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B0E #0B0E46 | Primary textHigh emphasis contentDark headings |
| 950 | 0709 #07092C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F2FD;
--royal-blue-100: #E0E2FA;
--royal-blue-200: #C6C8F6;
--royal-blue-300: #9A9EEF;
--royal-blue-400: #656CE6;
--royal-blue-500: #3A42DF;
--royal-blue-600: #1F27C1;
--royal-blue-700: #191F9A;
--royal-blue-800: #12166E;
--royal-blue-900: #0B0E46;
--royal-blue-950: #07092C;
}