Royal Blue
#6E80DE
BlueColor Codes
All color formats for development
HEX
#6E80DERGB
rgb(110, 128, 222)HSL
hsl(230, 63%, 65%)OKLCH
oklch(0.629 0.142 273.5)CMYK
cmyk(50%, 42%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5369D8
2#3751D2
3#2B43BD
4#253AA2
5#1F3087
6#19266C
7#121D51
8#0C1336
9#060A1B
Tints
Lighter variations
1#7C8DE1
2#8B9AE5
3#99A6E8
4#A8B3EB
5#B6C0EE
6#C5CCF2
7#D3D9F5
8#E2E6F8
9#F0F2FC
Tones
Muted variations
1#7384D8
2#7988D3
3#7E8CCD
4#848FC7
5#8A93C2
6#8F97BC
7#959BB7
8#9B9EB1
9#A0A2AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E6 #E2E6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D0 #C9D0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FAC #9FACE9 | BordersInactive statesPlaceholder text |
| 400 | 6E80 #6E80DE | Disabled statesSecondary iconsMuted text |
| 500 | 445C #445CD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A41 #2A41B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2134 #213491 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1825 #182568 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F18 #0F1843 | Primary textHigh emphasis contentDark headings |
| 950 | 090F #090F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F3F4FC;
--royal-blue-100: #E2E6F8;
--royal-blue-200: #C9D0F3;
--royal-blue-300: #9FACE9;
--royal-blue-400: #6E80DE;
--royal-blue-500: #445CD5;
--royal-blue-600: #2A41B7;
--royal-blue-700: #213491;
--royal-blue-800: #182568;
--royal-blue-900: #0F1843;
--royal-blue-950: #090F2A;
}