Royal Blue
#6E86DE
BlueColor Codes
All color formats for development
HEX
#6E86DERGB
rgb(110, 134, 222)HSL
hsl(227, 63%, 65%)OKLCH
oklch(0.641 0.135 270.7)CMYK
cmyk(50%, 40%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#536FD8
2#3759D2
3#2B4BBD
4#2540A2
5#1F3587
6#192B6C
7#122051
8#0C1536
9#060B1B
Tints
Lighter variations
1#7C92E1
2#8B9EE5
3#99AAE8
4#A8B6EB
5#B6C2EE
6#C5CFF2
7#D3DBF5
8#E2E7F8
9#F0F3FC
Tones
Muted variations
1#7389D8
2#798CD3
3#7E8FCD
4#8493C7
5#8A96C2
6#8F99BC
7#959CB7
8#9B9FB1
9#A0A3AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E7 #E2E7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D2 #C9D2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FAF #9FAFE9 | BordersInactive statesPlaceholder text |
| 400 | 6E86 #6E86DE | Disabled statesSecondary iconsMuted text |
| 500 | 4463 #4463D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A48 #2A48B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2139 #213991 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1829 #182968 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F1A #0F1A43 | Primary textHigh emphasis contentDark headings |
| 950 | 0910 #09102A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F5FC;
--royal-blue-100: #E2E7F8;
--royal-blue-200: #C9D2F3;
--royal-blue-300: #9FAFE9;
--royal-blue-400: #6E86DE;
--royal-blue-500: #4463D5;
--royal-blue-600: #2A48B7;
--royal-blue-700: #213991;
--royal-blue-800: #182968;
--royal-blue-900: #0F1A43;
--royal-blue-950: #09102A;
}