Royal Blue
#686CE3
BlueColor Codes
All color formats for development
HEX
#686CE3RGB
rgb(104, 108, 227)HSL
hsl(238, 69%, 65%)OKLCH
oklch(0.589 0.177 278)CMYK
cmyk(54%, 52%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C51DE
2#3036D9
3#2429C4
4#1F23A8
5#1A1E8C
6#151870
7#0F1254
8#0A0C38
9#05061C
Tints
Lighter variations
1#777BE6
2#868AE9
3#9598EC
4#A5A7EE
5#B4B6F1
6#C3C4F4
7#D2D3F7
8#E1E2F9
9#F0F0FC
Tones
Muted variations
1#6E72DD
2#7478D7
3#7B7ED1
4#8183CB
5#8789C5
6#8D8FBE
7#9395B8
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 | E1E2 #E1E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C9 #C7C9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C9F #9C9FED | BordersInactive statesPlaceholder text |
| 400 | 686C #686CE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D42 #3D42DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2328 #2328BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C20 #1C2097 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1417 #14176C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0F #0D0F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0809 #08092B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F2FD;
--royal-blue-100: #E1E2F9;
--royal-blue-200: #C7C9F5;
--royal-blue-300: #9C9FED;
--royal-blue-400: #686CE3;
--royal-blue-500: #3D42DB;
--royal-blue-600: #2328BE;
--royal-blue-700: #1C2097;
--royal-blue-800: #14176C;
--royal-blue-900: #0D0F45;
--royal-blue-950: #08092B;
}