Royal Blue
#6996E2
BlueColor Codes
All color formats for development
HEX
#6996E2RGB
rgb(105, 150, 226)HSL
hsl(218, 68%, 65%)OKLCH
oklch(0.673 0.124 260.4)CMYK
cmyk(54%, 34%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D82DD
2#316ED8
3#255FC3
4#2051A7
5#1B448B
6#15366F
7#102954
8#0B1B38
9#050E1C
Tints
Lighter variations
1#78A0E5
2#87ABE8
3#96B5EB
4#A5C0EE
5#B4CAF1
6#C3D5F4
7#D2DFF6
8#E1EAF9
9#F0F4FC
Tones
Muted variations
1#6F97DC
2#7599D6
3#7B9AD0
4#819CCA
5#879EC4
6#8D9FBE
7#94A1B8
8#9AA3B2
9#A0A4AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EA #E1EAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D8 #C7D8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CBA #9CBAEC | BordersInactive statesPlaceholder text |
| 400 | 6996 #6996E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E77 #3E77DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 245C #245CBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D49 #1D4996 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1434 #14346B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D21 #0D2145 | Primary textHigh emphasis contentDark headings |
| 950 | 0815 #08152B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F6FD;
--royal-blue-100: #E1EAF9;
--royal-blue-200: #C7D8F4;
--royal-blue-300: #9CBAEC;
--royal-blue-400: #6996E2;
--royal-blue-500: #3E77DA;
--royal-blue-600: #245CBC;
--royal-blue-700: #1D4996;
--royal-blue-800: #14346B;
--royal-blue-900: #0D2145;
--royal-blue-950: #08152B;
}