Royal Blue
#686AE3
BlueColor Codes
All color formats for development
HEX
#686AE3RGB
rgb(104, 106, 227)HSL
hsl(239, 69%, 65%)OKLCH
oklch(0.586 0.18 278.6)CMYK
cmyk(54%, 53%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C4FDE
2#3033D9
3#2427C4
4#1F21A8
5#1A1C8C
6#151670
7#0F1154
8#0A0B38
9#05061C
Tints
Lighter variations
1#7779E6
2#8688E9
3#9597EC
4#A5A6EE
5#B4B5F1
6#C3C3F4
7#D2D2F7
8#E1E1F9
9#F0F0FC
Tones
Muted variations
1#6E70DD
2#7476D7
3#7B7CD1
4#8182CB
5#8788C5
6#8D8EBE
7#9394B8
8#999AB2
9#A0A0AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E1 #E1E1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C8 #C7C8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C9D #9C9DED | BordersInactive statesPlaceholder text |
| 400 | 686A #686AE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D40 #3D40DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2325 #2325BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C1E #1C1E97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1415 #14156C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0E #0D0E45 | Primary textHigh emphasis contentDark headings |
| 950 | 0808 #08082B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F2FD;
--royal-blue-100: #E1E1F9;
--royal-blue-200: #C7C8F5;
--royal-blue-300: #9C9DED;
--royal-blue-400: #686AE3;
--royal-blue-500: #3D40DB;
--royal-blue-600: #2325BE;
--royal-blue-700: #1C1E97;
--royal-blue-800: #14156C;
--royal-blue-900: #0D0E45;
--royal-blue-950: #08082B;
}