Royal Blue
#6885E3
BlueColor Codes
All color formats for development
HEX
#6885E3RGB
rgb(104, 133, 227)HSL
hsl(226, 69%, 65%)OKLCH
oklch(0.638 0.145 269.1)CMYK
cmyk(54%, 41%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C6EDE
2#3058D9
3#2449C4
4#1F3FA8
5#1A348C
6#152A70
7#0F1F54
8#0A1538
9#050A1C
Tints
Lighter variations
1#7791E6
2#869DE9
3#95AAEC
4#A5B6EE
5#B4C2F1
6#C3CEF4
7#D2DAF7
8#E1E7F9
9#F0F3FC
Tones
Muted variations
1#6E88DD
2#748BD7
3#7B8FD1
4#8192CB
5#8795C5
6#8D99BE
7#939CB8
8#999FB2
9#A0A2AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E7 #E1E7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D2 #C7D2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CAF #9CAFED | BordersInactive statesPlaceholder text |
| 400 | 6885 #6885E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D62 #3D62DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2347 #2347BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C38 #1C3897 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1428 #14286C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D1A #0D1A45 | Primary textHigh emphasis contentDark headings |
| 950 | 0810 #08102B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F5FD;
--royal-blue-100: #E1E7F9;
--royal-blue-200: #C7D2F5;
--royal-blue-300: #9CAFED;
--royal-blue-400: #6885E3;
--royal-blue-500: #3D62DB;
--royal-blue-600: #2347BE;
--royal-blue-700: #1C3897;
--royal-blue-800: #14286C;
--royal-blue-900: #0D1A45;
--royal-blue-950: #08102B;
}