Royal Blue
#6895E3
BlueColor Codes
All color formats for development
HEX
#6895E3RGB
rgb(104, 149, 227)HSL
hsl(218, 69%, 65%)OKLCH
oklch(0.671 0.126 260.9)CMYK
cmyk(54%, 34%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C82DE
2#306ED9
3#245FC4
4#1F51A8
5#1A448C
6#153670
7#0F2954
8#0A1B38
9#050E1C
Tints
Lighter variations
1#77A0E6
2#86AAE9
3#95B5EC
4#A5C0EE
5#B4CAF1
6#C3D5F4
7#D2DFF7
8#E1EAF9
9#F0F4FC
Tones
Muted variations
1#6E97DD
2#7499D7
3#7B9AD1
4#819CCB
5#879EC5
6#8D9FBE
7#93A1B8
8#99A2B2
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 #C7D8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CBA #9CBAED | BordersInactive statesPlaceholder text |
| 400 | 6895 #6895E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D77 #3D77DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 235C #235CBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C49 #1C4997 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1434 #14346C | 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: #C7D8F5;
--royal-blue-300: #9CBAED;
--royal-blue-400: #6895E3;
--royal-blue-500: #3D77DB;
--royal-blue-600: #235CBE;
--royal-blue-700: #1C4997;
--royal-blue-800: #14346C;
--royal-blue-900: #0D2145;
--royal-blue-950: #08152B;
}