Royal Blue
#696DE2
BlueColor Codes
All color formats for development
HEX
#696DE2RGB
rgb(105, 109, 226)HSL
hsl(238, 68%, 65%)OKLCH
oklch(0.591 0.174 278.2)CMYK
cmyk(54%, 52%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D52DD
2#3137D8
3#252AC3
4#2024A7
5#1B1E8B
6#15186F
7#101254
8#0B0C38
9#05061C
Tints
Lighter variations
1#787CE5
2#878AE8
3#9699EB
4#A5A7EE
5#B4B6F1
6#C3C5F4
7#D2D3F6
8#E1E2F9
9#F0F0FC
Tones
Muted variations
1#6F73DC
2#7578D6
3#7B7ED0
4#8184CA
5#8789C4
6#8D8FBE
7#9495B8
8#9A9AB2
9#A0A0AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E2 #E1E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C9 #C7C9F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C9F #9C9FEC | BordersInactive statesPlaceholder text |
| 400 | 696D #696DE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E43 #3E43DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2429 #2429BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D21 #1D2196 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1417 #14176B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0F #0D0F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0809 #08092B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F2FD;
--royal-blue-100: #E1E2F9;
--royal-blue-200: #C7C9F4;
--royal-blue-300: #9C9FEC;
--royal-blue-400: #696DE2;
--royal-blue-500: #3E43DA;
--royal-blue-600: #2429BC;
--royal-blue-700: #1D2196;
--royal-blue-800: #14176B;
--royal-blue-900: #0D0F45;
--royal-blue-950: #08092B;
}