Royal Blue
#656FE7
BlueColor Codes
All color formats for development
HEX
#656FE7RGB
rgb(101, 111, 231)HSL
hsl(235, 73%, 65%)OKLCH
oklch(0.596 0.179 275.9)CMYK
cmyk(56%, 52%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4855E2
2#2B3ADE
3#1F2DC9
4#1B27AC
5#16208F
6#121A73
7#0D1356
8#090D39
9#04061D
Tints
Lighter variations
1#747EE9
2#838CEC
3#939BEE
4#A2A9F1
5#B2B7F3
6#C1C6F5
7#D1D4F8
8#E0E2FA
9#F0F1FD
Tones
Muted variations
1#6B75E0
2#727ADA
3#7880D3
4#7F85CD
5#858BC6
6#8C90C0
7#9295B9
8#999BB3
9#9FA0AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E2 #E0E2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CA #C6CAF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA1 #9AA1EF | BordersInactive statesPlaceholder text |
| 400 | 656F #656FE7 | Disabled statesSecondary iconsMuted text |
| 500 | 3846 #3846E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E2C #1E2CC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1823 #18239A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1119 #11196E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B10 #0B1047 | Primary textHigh emphasis contentDark headings |
| 950 | 070A #070A2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F3FD;
--royal-blue-100: #E0E2FA;
--royal-blue-200: #C6CAF6;
--royal-blue-300: #9AA1EF;
--royal-blue-400: #656FE7;
--royal-blue-500: #3846E0;
--royal-blue-600: #1E2CC2;
--royal-blue-700: #18239A;
--royal-blue-800: #11196E;
--royal-blue-900: #0B1047;
--royal-blue-950: #070A2C;
}