Royal Blue
#6E79DE
BlueColor Codes
All color formats for development
HEX
#6E79DERGB
rgb(110, 121, 222)HSL
hsl(234, 63%, 65%)OKLCH
oklch(0.615 0.152 276.3)CMYK
cmyk(50%, 45%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5360D8
2#3747D2
3#2B3ABD
4#2531A2
5#1F2987
6#19216C
7#121951
8#0C1036
9#06081B
Tints
Lighter variations
1#7C86E1
2#8B94E5
3#99A1E8
4#A8AEEB
5#B6BCEE
6#C5C9F2
7#D3D7F5
8#E2E4F8
9#F0F2FC
Tones
Muted variations
1#737DD8
2#7982D3
3#7E86CD
4#848BC7
5#8A8FC2
6#8F94BC
7#9598B7
8#9B9DB1
9#A0A1AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E4 #E2E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CD #C9CDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA7 #9FA7E9 | BordersInactive statesPlaceholder text |
| 400 | 6E79 #6E79DE | Disabled statesSecondary iconsMuted text |
| 500 | 4452 #4452D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A38 #2A38B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 212C #212C91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1820 #182068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F14 #0F1443 | Primary textHigh emphasis contentDark headings |
| 950 | 090D #090D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F3FC;
--royal-blue-100: #E2E4F8;
--royal-blue-200: #C9CDF3;
--royal-blue-300: #9FA7E9;
--royal-blue-400: #6E79DE;
--royal-blue-500: #4452D5;
--royal-blue-600: #2A38B7;
--royal-blue-700: #212C91;
--royal-blue-800: #182068;
--royal-blue-900: #0F1443;
--royal-blue-950: #090D2A;
}