Hot Pink (Pink)
#F267BF
RGB: 242, 103, 191
Color OverviewHEX #F267BF

#F267BF Color Code Information

In the RGB color space, #F267BF is composed of 95% red, 40% green, and 75% blue. In the HSL color space, it has a hue of 322°, saturation of 84%, and lightness of 68%.

HEX
#F267BF
RGB
242, 103, 191
HSL
322°, 84%, 68%
HSV
322°, 57%, 95%
CMYK
0%, 57%, 21%, 5%
Name Match
Hot Pink
Closest Standard

Shades of #F267BF (Darker Variations)

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

Tints of #F267BF (Lighter Variations)

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

Tones of #F267BF (Muted Variations)

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

Color Harmonies for #F267BF

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

Developer Code Snippets & Tailwind CSS

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

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