Royal Blue
#6969E2
BlueColor Codes
All color formats for development
HEX
#6969E2RGB
rgb(105, 105, 226)HSL
hsl(240, 68%, 65%)OKLCH
oklch(0.584 0.179 279.3)CMYK
cmyk(54%, 54%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D4DDD
2#3131D8
3#2525C3
4#2020A7
5#1B1B8B
6#15156F
7#101054
8#0B0B38
9#05051C
Tints
Lighter variations
1#7878E5
2#8787E8
3#9696EB
4#A5A5EE
5#B4B4F1
6#C3C3F4
7#D2D2F6
8#E1E1F9
9#F0F0FC
Tones
Muted variations
1#6F6FDC
2#7575D6
3#7B7BD0
4#8181CA
5#8787C4
6#8D8DBE
7#9494B8
8#9A9AB2
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 #C7C7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C9C #9C9CEC | BordersInactive statesPlaceholder text |
| 400 | 6969 #6969E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E3E #3E3EDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2424 #2424BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D1D #1D1D96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1414 #14146B | 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: #C7C7F4;
--royal-blue-300: #9C9CEC;
--royal-blue-400: #6969E2;
--royal-blue-500: #3E3EDA;
--royal-blue-600: #2424BC;
--royal-blue-700: #1D1D96;
--royal-blue-800: #14146B;
--royal-blue-900: #0D0D45;
--royal-blue-950: #08082B;
}