Royal Blue
#697DE2
BlueColor Codes
All color formats for development
HEX
#697DE2RGB
rgb(105, 125, 226)HSL
hsl(230, 68%, 65%)OKLCH
oklch(0.622 0.153 272.8)CMYK
cmyk(54%, 45%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D65DD
2#314DD8
3#253FC3
4#2036A7
5#1B2D8B
6#15246F
7#101B54
8#0B1238
9#05091C
Tints
Lighter variations
1#788AE5
2#8797E8
3#96A4EB
4#A5B1EE
5#B4BEF1
6#C3CBF4
7#D2D8F6
8#E1E5F9
9#F0F2FC
Tones
Muted variations
1#6F81DC
2#7585D6
3#7B89D0
4#818DCA
5#8792C4
6#8D96BE
7#949AB8
8#9A9EB2
9#A0A2AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E5 #E1E5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CF #C7CFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CAA #9CAAEC | BordersInactive statesPlaceholder text |
| 400 | 697D #697DE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E58 #3E58DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 243D #243DBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D31 #1D3196 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1423 #14236B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D16 #0D1645 | Primary textHigh emphasis contentDark headings |
| 950 | 080E #080E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F4FD;
--royal-blue-100: #E1E5F9;
--royal-blue-200: #C7CFF4;
--royal-blue-300: #9CAAEC;
--royal-blue-400: #697DE2;
--royal-blue-500: #3E58DA;
--royal-blue-600: #243DBC;
--royal-blue-700: #1D3196;
--royal-blue-800: #14236B;
--royal-blue-900: #0D1645;
--royal-blue-950: #080E2B;
}