#f099af
a light, vivid magenta / pink · warm · closest name: Light Pink
At a glance
Every number on this page in one read: what #f099af is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #f099af |
| RGB | rgb(240, 153, 175) |
| HSL | hsl(345, 74%, 77%) |
| CMYK | cmyk(0%, 36%, 27%, 6%) |
| LAB | lab(72.5 35.4 2.3) |
| LCH | lch(72.5 35.4 3.7) |
| OKLCH | oklch(0.777 0.107 3.4) |
| Decimal | 15767983 |
| Display P3 | color(display-p3 0.941 0.600 0.686) |
Copy-ready code
/* CSS */
color: #f099af;
background-color: #f099af;
/* Tailwind (arbitrary) */
class="text-[#f099af] bg-[#f099af]"
/* SCSS */
$brand: #f099af;
/* SwiftUI */
Color(red: 0.941, green: 0.600, blue: 0.686)
/* Android */
Color.parseColor("#f099af")
/* Flutter */
Color(0xFFF099AF)
/* Python / OpenCV (BGR) */
(175, 153, 240)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #f099af is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FCF3F5;
--brand-100: #F9E7EB;
--brand-200: #F4C8D3;
--brand-300: #f099af;
--brand-400: #E96C8C;
--brand-500: #E23B66;
--brand-600: #D51F4D;
--brand-700: #B21A41;
--brand-800: #8E1534;
--brand-900: #671329;
--brand-950: #400C19;
--brand: #f099af;
--brand-ink: #000000;
}Colors that work with #f099af
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #f099af
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠White text placed on it
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #99F0DA | Directly opposite — maximum tension | |
| Analogous left | #F099DB | Neighbour, quieter | |
| Analogous right | #F0AF99 | Neighbour, quieter | |
| Split-complement 1 | #99F0AF | Contrast without the clash | |
| Split-complement 2 | #99DBF0 | Contrast without the clash | |
| Triadic 1 | #AFF099 | Even thirds — balanced and loud | |
| Triadic 2 | #99AFF0 | Even thirds — balanced and loud | |
| Tetradic | #DBF099 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#f099af text on a black background
contrast 9.88:1
#f099af text on a white background
contrast 2.13:1
CSS3 live lab
The quick brown fox
color: #f099af;
background-color: #f099af;
Glowing headline
text-shadow: 2px 2px 8px #f099af;
Soft neon halo
text-shadow: 0 0 14px rgba(240, 153, 175, 0.45);
box-shadow: 0 12px 32px -8px rgba(240, 153, 175, 0.45);
border: 3px solid #f099af; background: linear-gradient(135deg, #f099af, #F0BD99);
Monochromatic scale
Palettes built from #f099af
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Flamingo (#fc8eac) — ΔE2000 3.5 away, with its history, psychology and brand usage.
#f099af in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#f099af, answered
What color is #f099af?
#f099af is a light vivid magenta / pink, closest to Light Pink (ΔE2000 7.2). It sits at 345° on the hue wheel with 74% saturation and 77% lightness, which reads as warm.
What is the RGB value of #f099af?
rgb(240, 153, 175) — 240 red, 153 green and 175 blue out of 255, or 94.1% / 60% / 68.6% by channel.
Is #f099af a light or a dark color?
It is a mid-tone. Relative luminance is 0.4440 and perceived brightness is 73%, so black text on it reaches 9.88:1.
Should I use black or white text on #f099af?
Black. It scores 9.88:1 against #f099af, versus 2.13:1 for white — AAA at any size.
What is the complementary color of #f099af?
#99F0DA sits directly opposite on the wheel. Softer options are the split-complements #99F0AF and #99DBF0, which give the same contrast with far less vibration.
What colors go well with #f099af?
For interface work: #FAF4F6 as the surface, #EDC0CB for borders, #9B4B5F for secondary text, #17B565 as an accent and #6F1028 for hover and pressed states. For a palette, the analogous pair #F099DB and #F0AF99 stays calm, while #99F0DA is the loudest partner.
What is #f099af in CMYK for printing?
cmyk(0%, 36%, 27%, 6%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #f099af warm or cool?
Warm — it scores 25 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #F0A399; nudged cooler, #F198CF.