Royal Blue
#685EED
BlueColor Codes
All color formats for development
HEX
#685EEDRGB
rgb(104, 94, 237)HSL
hsl(244, 80%, 65%)OKLCH
oklch(0.572 0.208 280.7)CMYK
cmyk(56%, 60%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C41EA
2#3023E7
3#2417D1
4#1E14B3
5#191195
6#140D77
7#0F0A5A
8#0A073C
9#05031E
Tints
Lighter variations
1#776EEF
2#867EF1
3#958FF3
4#A49FF4
5#B3AFF6
6#C3BFF8
7#D2CFFA
8#E1DFFB
9#F0EFFD
Tones
Muted variations
1#6E65E6
2#746DDF
3#7A74D8
4#817BD1
5#8782C9
6#8D89C2
7#9390BB
8#9997B4
9#A09FAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C3 #C7C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C95 #9C95F3 | BordersInactive statesPlaceholder text |
| 400 | 685E #685EED | Disabled statesSecondary iconsMuted text |
| 500 | 3D30 #3D30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2216 #2216CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B12 #1B12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 140D #140D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D08 #0D0849 | Primary textHigh emphasis contentDark headings |
| 950 | 0805 #08052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FD;
--royal-blue-100: #E1DFFB;
--royal-blue-200: #C7C3F8;
--royal-blue-300: #9C95F3;
--royal-blue-400: #685EED;
--royal-blue-500: #3D30E8;
--royal-blue-600: #2216CA;
--royal-blue-700: #1B12A1;
--royal-blue-800: #140D73;
--royal-blue-900: #0D0849;
--royal-blue-950: #08052E;
}