Royal Blue
#6073EB
BlueColor Codes
All color formats for development
HEX
#6073EBRGB
rgb(96, 115, 235)HSL
hsl(232, 78%, 65%)OKLCH
oklch(0.603 0.181 273)CMYK
cmyk(59%, 51%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4359E8
2#253FE4
3#1A32CF
4#162BB1
5#122394
6#0F1C76
7#0B1559
8#070E3B
9#04071E
Tints
Lighter variations
1#7081ED
2#808FEF
3#909DF1
4#A0ABF3
5#B0B9F5
6#BFC7F7
7#CFD5F9
8#DFE3FB
9#EFF1FD
Tones
Muted variations
1#6778E4
2#6E7DDD
3#7582D6
4#7C87D0
5#838CC9
6#8A91C2
7#9196BB
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 | C4CB #C4CBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97A3 #97A3F2 | BordersInactive statesPlaceholder text |
| 400 | 6073 #6073EB | Disabled statesSecondary iconsMuted text |
| 500 | 334B #334BE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1930 #1930C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1426 #14269F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E1B #0E1B71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0911 #091149 | Primary textHigh emphasis contentDark headings |
| 950 | 060B #060B2D | 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: #C4CBF8;
--royal-blue-300: #97A3F2;
--royal-blue-400: #6073EB;
--royal-blue-500: #334BE6;
--royal-blue-600: #1930C8;
--royal-blue-700: #14269F;
--royal-blue-800: #0E1B71;
--royal-blue-900: #091149;
--royal-blue-950: #060B2D;
}