Royal Blue
#696FE2
BlueColor Codes
All color formats for development
HEX
#696FE2RGB
rgb(105, 111, 226)HSL
hsl(237, 68%, 65%)OKLCH
oklch(0.595 0.171 277.6)CMYK
cmyk(54%, 51%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D54DD
2#313AD8
3#252DC3
4#2027A7
5#1B208B
6#151A6F
7#101354
8#0B0D38
9#05061C
Tints
Lighter variations
1#787EE5
2#878CE8
3#969AEB
4#A5A9EE
5#B4B7F1
6#C3C5F4
7#D2D4F6
8#E1E2F9
9#F0F1FC
Tones
Muted variations
1#6F75DC
2#757AD6
3#7B80D0
4#8185CA
5#878AC4
6#8D90BE
7#9495B8
8#9A9BB2
9#A0A0AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E2 #E1E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CA #C7CAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA0 #9CA0EC | BordersInactive statesPlaceholder text |
| 400 | 696F #696FE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E46 #3E46DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 242C #242CBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D23 #1D2396 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1419 #14196B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D10 #0D1045 | Primary textHigh emphasis contentDark headings |
| 950 | 080A #080A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F3FD;
--royal-blue-100: #E1E2F9;
--royal-blue-200: #C7CAF4;
--royal-blue-300: #9CA0EC;
--royal-blue-400: #696FE2;
--royal-blue-500: #3E46DA;
--royal-blue-600: #242CBC;
--royal-blue-700: #1D2396;
--royal-blue-800: #14196B;
--royal-blue-900: #0D1045;
--royal-blue-950: #080A2B;
}