Royal Blue
#6776E4
BlueColor Codes
All color formats for development
HEX
#6776E4RGB
rgb(103, 118, 228)HSL
hsl(233, 70%, 65%)OKLCH
oklch(0.608 0.166 274.6)CMYK
cmyk(55%, 48%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B5CDF
2#2F43DA
3#2336C5
4#1E2EA9
5#19268D
6#141F71
7#0F1755
8#0A0F38
9#05081C
Tints
Lighter variations
1#7684E7
2#8691EA
3#959FEC
4#A4ADEF
5#B3BAF2
6#C2C8F4
7#D1D6F7
8#E1E4FA
9#F0F1FC
Tones
Muted variations
1#6E7BDE
2#747FD8
3#7A84D1
4#8089CB
5#878EC5
6#8D93BF
7#9397B8
8#999CB2
9#A0A1AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E4 #E1E4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7CC #C7CCF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BA5 #9BA5ED | BordersInactive statesPlaceholder text |
| 400 | 6776 #6776E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C4F #3C4FDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2234 #2234BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B29 #1B2998 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 131E #131E6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C13 #0C1345 | Primary textHigh emphasis contentDark headings |
| 950 | 080C #080C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F2F3FD;
--royal-blue-100: #E1E4FA;
--royal-blue-200: #C7CCF5;
--royal-blue-300: #9BA5ED;
--royal-blue-400: #6776E4;
--royal-blue-500: #3C4FDD;
--royal-blue-600: #2234BF;
--royal-blue-700: #1B2998;
--royal-blue-800: #131E6C;
--royal-blue-900: #0C1345;
--royal-blue-950: #080C2B;
}