Cornflower Blue (Blue)
#707DF0
RGB: 112, 125, 240
Color OverviewHEX #707DF0

#707DF0 Color Code Information

In the RGB color space, #707DF0 is composed of 44% red, 49% green, and 94% blue. In the HSL color space, it has a hue of 234°, saturation of 81%, and lightness of 69%.

HEX
#707DF0
RGB
112, 125, 240
HSL
234°, 81%, 69%
HSV
234°, 53%, 94%
CMYK
53%, 48%, 0%, 6%
Name Match
Cornflower Blue
Closest Standard

Shades of #707DF0 (Darker Variations)

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

Tints of #707DF0 (Lighter Variations)

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

Tones of #707DF0 (Muted Variations)

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

Color Harmonies for #707DF0

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 #707DF0 Background
Contrast Ratio against Pure White (#FFFFFF):3.57 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #707DF0 Background
Contrast Ratio against Pure Black (#000000):5.88 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #707DF0;
}

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