Royal Blue
#6868E3
BlueColor Codes
All color formats for development
HEX
#6868E3RGB
rgb(104, 104, 227)HSL
hsl(240, 69%, 65%)OKLCH
oklch(0.582 0.182 279.1)CMYK
cmyk(54%, 54%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C4CDE
2#3030D9
3#2424C4
4#1F1FA8
5#1A1A8C
6#151570
7#0F0F54
8#0A0A38
9#05051C
Tints
Lighter variations
1#7777E6
2#8686E9
3#9595EC
4#A5A5EE
5#B4B4F1
6#C3C3F4
7#D2D2F7
8#E1E1F9
9#F0F0FC
Tones
Muted variations
1#6E6EDD
2#7474D7
3#7B7BD1
4#8181CB
5#8787C5
6#8D8DBE
7#9393B8
8#9999B2
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 | C7C7 #C7C7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C9C #9C9CED | BordersInactive statesPlaceholder text |
| 400 | 6868 #6868E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D3D #3D3DDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2323 #2323BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C1C #1C1C97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1414 #14146C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D0D #0D0D45 | 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: #C7C7F5;
--royal-blue-300: #9C9CED;
--royal-blue-400: #6868E3;
--royal-blue-500: #3D3DDB;
--royal-blue-600: #2323BE;
--royal-blue-700: #1C1C97;
--royal-blue-800: #14146C;
--royal-blue-900: #0D0D45;
--royal-blue-950: #08082B;
}