Sapphire (Blue)
#3434B7
RGB: 52, 52, 183
Color OverviewHEX #3434B7

#3434B7 Color Code Information

In the RGB color space, #3434B7 is composed of 20% red, 20% green, and 72% blue. In the HSL color space, it has a hue of 240°, saturation of 56%, and lightness of 46%.

HEX
#3434B7
RGB
52, 52, 183
HSL
240°, 56%, 46%
HSV
240°, 72%, 72%
CMYK
72%, 72%, 0%, 28%
Name Match
Sapphire
Closest Standard

Shades of #3434B7 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #3434B7 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #3434B7 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #3434B7

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #3434B7 Background
Contrast Ratio against Pure White (#FFFFFF):9.05 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #3434B7 Background
Contrast Ratio against Pure Black (#000000):2.32 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #3434B7;
}

.element {
  color: #3434B7;
  background-color: #3434B7;
  border-color: #3434B7;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#3434B7] text-[#3434B7] border-[#3434B7]">
  Content styled with #3434B7
</div>