Royal Blue
#685CF0
BlueColor Codes
All color formats for development
HEX
#685CF0RGB
rgb(104, 92, 240)HSL
hsl(245, 83%, 65%)OKLCH
oklch(0.571 0.214 280.8)CMYK
cmyk(57%, 62%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C3DED
2#301FEA
3#2414D4
4#1F11B6
5#1A0E98
6#140B79
7#0F085B
8#0A063D
9#05031E
Tints
Lighter variations
1#776CF1
2#867CF3
3#958DF4
4#A49DF6
5#B4ADF7
6#C3BEF9
7#D2CEFA
8#E1DEFC
9#F0EFFD
Tones
Muted variations
1#6E63E8
2#746AE1
3#7B72DA
4#8179D2
5#8781CB
6#8D88C3
7#9390BC
8#9997B5
9#A09EAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DE #E1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C2 #C7C2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C94 #9C94F5 | BordersInactive statesPlaceholder text |
| 400 | 685C #685CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 3D2D #3D2DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2313 #2313CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C0F #1C0FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 140B #140B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D07 #0D074B | Primary textHigh emphasis contentDark headings |
| 950 | 0804 #08042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F1FE;
--royal-blue-100: #E1DEFC;
--royal-blue-200: #C7C2F9;
--royal-blue-300: #9C94F5;
--royal-blue-400: #685CF0;
--royal-blue-500: #3D2DEB;
--royal-blue-600: #2313CD;
--royal-blue-700: #1C0FA3;
--royal-blue-800: #140B75;
--royal-blue-900: #0D074B;
--royal-blue-950: #08042F;
}