Titanium Blue Color Hex Code
#5b798eWhat is Titanium Blue Color Hex Code Color?
Titanium Blue Color Hex Code is a medium, desaturated, muted blue color with the hex code #5b798e. Its RGB value is rgb(91, 121, 142), meaning it contains 91 red, 121 green, and 142 blue light values. In the HSL color model, it has a hue of 205°, saturation of 22%, and lightness of 46%.
Titanium Blue Color Hex Code Color Codes
Here are all the color format codes for Titanium Blue Color Hex Code:
- HEX: #5b798e
- RGB: rgb(91, 121, 142)
- HSL: hsl(205°, 22%, 46%)
- CMYK: cmyk(36%, 15%, 0%, 44%)
- Android/Flutter: Color(0xFF5B798E)
- Swift UIColor: UIColor(red: 0.357, green: 0.475, blue: 0.557, alpha: 1.0)
Is Titanium Blue Color Hex Code Accessible?
Titanium Blue Color Hex Code (#5b798e) passes WCAG AA accessibility standards. It has a contrast ratio of 4.59:1 against white and 4.57:1 against black text. White text on this color passes WCAG AA for normal body text.
How to Use Titanium Blue Color Hex Code in Design
Titanium Blue Color Hex Code is a medium blue tone that works well as
a primary brand color, button color, or dark background in modern UI designs.
Use lighter tints of this color to create depth and hierarchy in your layouts.
In CSS, you can use it directly as color: #5b798e; or
background-color: #5b798e;.
Titanium Blue Color Hex Code Shades and Tints
Shades of Titanium Blue Color Hex Code are created by mixing it with black, ranging from the original #5b798e down to near-black #516c7e. Tints are made by adding white — from the base color up to near-white #ecf0f3. These variations help build complete design system palettes and Tailwind CSS color scales.
Titanium Blue Color Hex Code Color Harmonies
The complementary color of Titanium Blue Color Hex Code is #8f715b. Its analogous colors are #5b608f and #5b8f8b. For a triadic palette, combine it with #8f5b7a and #7a8f5b.
Frequently Asked Questions
What is the hex code for Titanium Blue Color Hex Code?
The hex code for Titanium Blue Color Hex Code is #5b798e.
What is the RGB value of Titanium Blue Color Hex Code?
The RGB value is rgb(91, 121, 142). Red channel: 91/255, Green: 121/255, Blue: 142/255.
Is Titanium Blue Color Hex Code good for web accessibility?
Titanium Blue Color Hex Code has a contrast ratio of 4.59:1 with white and 4.57:1 with black. It passes WCAG AA standards for normal text.
What colors go well with Titanium Blue Color Hex Code?
Titanium Blue Color Hex Code pairs well with its complementary color #8f715b, analogous colors #5b608f and #5b8f8b, or neutral whites and grays for a clean, modern look.
How do I use Titanium Blue Color Hex Code in CSS?
Use it in CSS like this:
background-color: #5b798e;
color: #5b798e;
Or as a CSS variable: --color-primary: #5b798e;
WCAG 2.1 Accessibility Contrast
WCAG AA requires ≥4.5:1 for normal text, ≥3:1 for large text. AAA requires ≥7:1.
Check against custom color
Mix with another color
Blend spectrum (base → mix)
Copy code snippets
--color-primary: #5b798e;
--color-primary-rgb: 91, 121, 142;
--color-primary-hsl: 205 22% 46%;
--color-primary-text: #ffffff;
colors: {
'titanium-blue-color-hex-code': {
DEFAULT: '#5b798e',
100: '#ffffff',
200: '#ecf0f3',
300: '#dae2e7',
400: '#c7d3db',
500: '#b4c4cf',
600: '#516c7e',
700: '#475e6e',
800: '#3d515f',
900: '#33434f',
950: '#28363f',
}
}
'base': #5b798e,
'light': #dae2e7,
'dark': #475e6e,
'rgb': 91, 121, 142
);
A beautiful color used in modern design systems. Click to copy the hex code and use it in your projects.
Heading H1
Heading H2
Regular body text with a colored link inside. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Caption text or muted secondary copy. Used for descriptions and supplemental information.
Highlighted blockquote text using this color as an accent.
How this color appears to people with different types of color vision deficiency.