Royal Blue
#6198EA
BlueColor Codes
All color formats for development
HEX
#6198EARGB
rgb(97, 152, 234)HSL
hsl(216, 77%, 65%)OKLCH
oklch(0.678 0.135 258.2)CMYK
cmyk(59%, 35%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4485E7
2#2672E3
3#1B62CD
4#1754B0
5#134693
6#0F3875
7#0B2A58
8#081C3B
9#040E1D
Tints
Lighter variations
1#71A2ED
2#81ADEF
3#90B7F1
4#A0C1F3
5#B0CCF5
6#C0D6F7
7#D0E0F9
8#DFEAFB
9#EFF5FD
Tones
Muted variations
1#6899E4
2#6F9BDD
3#769CD6
4#7D9ECF
5#839FC8
6#8AA0C1
7#91A2BA
8#98A3B3
9#9FA4AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEA #DFEAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4D9 #C4D9F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97BB #97BBF2 | BordersInactive statesPlaceholder text |
| 400 | 6198 #6198EA | Disabled statesSecondary iconsMuted text |
| 500 | 347B #347BE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A5F #1A5FC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 154C #154C9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F36 #0F3671 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0923 #092348 | Primary textHigh emphasis contentDark headings |
| 950 | 0616 #06162D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--royal-blue-50: #F1F6FD;
--royal-blue-100: #DFEAFB;
--royal-blue-200: #C4D9F7;
--royal-blue-300: #97BBF2;
--royal-blue-400: #6198EA;
--royal-blue-500: #347BE5;
--royal-blue-600: #1A5FC7;
--royal-blue-700: #154C9E;
--royal-blue-800: #0F3671;
--royal-blue-900: #092348;
--royal-blue-950: #06162D;
}