Royal Blue
#687BE3
BlueColor Codes
All color formats for development
HEX
#687BE3RGB
rgb(104, 123, 227)HSL
hsl(231, 69%, 65%)OKLCH
oklch(0.618 0.157 273.2)CMYK
cmyk(54%, 46%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C62DE
2#3049D9
3#243CC4
4#1F33A8
5#1A2B8C
6#152270
7#0F1A54
8#0A1138
9#05091C
Tints
Lighter variations
1#7788E6
2#8695E9
3#95A2EC
4#A5B0EE
5#B4BDF1
6#C3CAF4
7#D2D7F7
8#E1E5F9
9#F0F2FC
Tones
Muted variations
1#6E7FDD
2#7483D7
3#7B88D1
4#818CCB
5#8790C5
6#8D95BE
7#9399B8
8#999DB2
9#A0A1AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E5 #E1E5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CE #C7CEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CA8 #9CA8ED | BordersInactive statesPlaceholder text |
| 400 | 687B #687BE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D55 #3D55DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 233A #233ABE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C2E #1C2E97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1421 #14216C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D15 #0D1545 | Primary textHigh emphasis contentDark headings |
| 950 | 080D #080D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F4FD;
--royal-blue-100: #E1E5F9;
--royal-blue-200: #C7CEF5;
--royal-blue-300: #9CA8ED;
--royal-blue-400: #687BE3;
--royal-blue-500: #3D55DB;
--royal-blue-600: #233ABE;
--royal-blue-700: #1C2E97;
--royal-blue-800: #14216C;
--royal-blue-900: #0D1545;
--royal-blue-950: #080D2B;
}