Royal Blue
#6075EB
BlueColor Codes
All color formats for development
HEX
#6075EBRGB
rgb(96, 117, 235)HSL
hsl(231, 78%, 65%)OKLCH
oklch(0.607 0.178 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#435BE8
2#2542E4
3#1A35CF
4#162DB1
5#122694
6#0F1E76
7#0B1759
8#070F3B
9#04081E
Tints
Lighter variations
1#7083ED
2#8091EF
3#909EF1
4#A0ACF3
5#B0BAF5
6#BFC8F7
7#CFD6F9
8#DFE3FB
9#EFF1FD
Tones
Muted variations
1#677AE4
2#6E7FDD
3#7584D6
4#7C89D0
5#838DC9
6#8A92C2
7#9197BB
8#989CB4
9#9FA1AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE3 #DFE3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CC #C4CCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A4 #97A4F2 | BordersInactive statesPlaceholder text |
| 400 | 6075 #6075EB | Disabled statesSecondary iconsMuted text |
| 500 | 334E #334EE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1933 #1933C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1429 #14299F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E1D #0E1D71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0913 #091349 | 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: #DFE3FB;
--royal-blue-200: #C4CCF8;
--royal-blue-300: #97A4F2;
--royal-blue-400: #6075EB;
--royal-blue-500: #334EE6;
--royal-blue-600: #1933C8;
--royal-blue-700: #14299F;
--royal-blue-800: #0E1D71;
--royal-blue-900: #091349;
--royal-blue-950: #060C2D;
}