Royal Blue
#6881E3
BlueColor Codes
All color formats for development
HEX
#6881E3RGB
rgb(104, 129, 227)HSL
hsl(228, 69%, 65%)OKLCH
oklch(0.63 0.15 270.8)CMYK
cmyk(54%, 43%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C69DE
2#3052D9
3#2444C4
4#1F3AA8
5#1A318C
6#152770
7#0F1D54
8#0A1338
9#050A1C
Tints
Lighter variations
1#778DE6
2#869AE9
3#95A7EC
4#A5B3EE
5#B4C0F1
6#C3CDF4
7#D2D9F7
8#E1E6F9
9#F0F2FC
Tones
Muted variations
1#6E84DD
2#7488D7
3#7B8CD1
4#8190CB
5#8793C5
6#8D97BE
7#939BB8
8#999EB2
9#A0A2AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E6 #E1E6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D0 #C7D0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CAC #9CACED | BordersInactive statesPlaceholder text |
| 400 | 6881 #6881E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D5D #3D5DDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2342 #2342BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C34 #1C3497 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1425 #14256C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D18 #0D1845 | Primary textHigh emphasis contentDark headings |
| 950 | 080F #080F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F4FD;
--royal-blue-100: #E1E6F9;
--royal-blue-200: #C7D0F5;
--royal-blue-300: #9CACED;
--royal-blue-400: #6881E3;
--royal-blue-500: #3D5DDB;
--royal-blue-600: #2342BE;
--royal-blue-700: #1C3497;
--royal-blue-800: #14256C;
--royal-blue-900: #0D1845;
--royal-blue-950: #080F2B;
}