Royal Blue
#6176EA
BlueColor Codes
All color formats for development
HEX
#6176EARGB
rgb(97, 118, 234)HSL
hsl(231, 77%, 65%)OKLCH
oklch(0.608 0.175 272.4)CMYK
cmyk(59%, 50%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#445CE7
2#2643E3
3#1B35CD
4#172EB0
5#132693
6#0F1F75
7#0B1758
8#080F3B
9#04081D
Tints
Lighter variations
1#7183ED
2#8191EF
3#909FF1
4#A0ADF3
5#B0BAF5
6#C0C8F7
7#D0D6F9
8#DFE4FB
9#EFF1FD
Tones
Muted variations
1#687AE4
2#6F7FDD
3#7684D6
4#7D89CF
5#838EC8
6#8A93C1
7#9197BA
8#989CB3
9#9FA1AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CC #C4CCF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A5 #97A5F2 | BordersInactive statesPlaceholder text |
| 400 | 6176 #6176EA | Disabled statesSecondary iconsMuted text |
| 500 | 344E #344EE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A34 #1A34C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1529 #15299E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F1D #0F1D71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0913 #091348 | Primary textHigh emphasis contentDark headings |
| 950 | 060C #060C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F3FD;
--royal-blue-100: #DFE4FB;
--royal-blue-200: #C4CCF7;
--royal-blue-300: #97A5F2;
--royal-blue-400: #6176EA;
--royal-blue-500: #344EE5;
--royal-blue-600: #1A34C7;
--royal-blue-700: #15299E;
--royal-blue-800: #0F1D71;
--royal-blue-900: #091348;
--royal-blue-950: #060C2D;
}