#f482be
a light, electric magenta / pink · warm · closest name: Hot Pink
At a glance
Every number on this page in one read: what #f482be 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 | #f482be |
| RGB | rgb(244, 130, 190) |
| HSL | hsl(328, 84%, 73%) |
| CMYK | cmyk(0%, 47%, 22%, 4%) |
| LAB | lab(68.7 50.5 -11.6) |
| LCH | lch(68.7 51.9 347.0) |
| OKLCH | oklch(0.750 0.154 348.7) |
| Decimal | 16024254 |
| Display P3 | color(display-p3 0.957 0.510 0.745) |
Copy-ready code
/* CSS */
color: #f482be;
background-color: #f482be;
/* Tailwind (arbitrary) */
class="text-[#f482be] bg-[#f482be]"
/* SCSS */
$brand: #f482be;
/* SwiftUI */
Color(red: 0.957, green: 0.510, blue: 0.745)
/* Android */
Color.parseColor("#f482be")
/* Flutter */
Color(0xFFF482BE)
/* Python / OpenCV (BGR) */
(190, 130, 244)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. #f482be 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: #FCF2F8;
--brand-100: #FAE6F0;
--brand-200: #F6C5DF;
--brand-300: #f482be;
--brand-400: #F164AF;
--brand-500: #ED3194;
--brand-600: #E11480;
--brand-700: #BB116B;
--brand-800: #960D55;
--brand-900: #6C0E40;
--brand-950: #440928;
--brand: #f482be;
--brand-ink: #000000;
}Colors that work with #f482be
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 #f482be
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 | #82F4B8 | Directly opposite — maximum tension | |
| Analogous left | #F182F4 | Neighbour, quieter | |
| Analogous right | #F48285 | Neighbour, quieter | |
| Split-complement 1 | #85F482 | Contrast without the clash | |
| Split-complement 2 | #82F4F1 | Contrast without the clash | |
| Triadic 1 | #BEF482 | Even thirds — balanced and loud | |
| Triadic 2 | #82BEF4 | Even thirds — balanced and loud | |
| Tetradic | #F4F182 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#f482be text on a black background
contrast 8.78:1
#f482be text on a white background
contrast 2.39:1
CSS3 live lab
The quick brown fox
color: #f482be;
background-color: #f482be;
Glowing headline
text-shadow: 2px 2px 8px #f482be;
Soft neon halo
text-shadow: 0 0 14px rgba(244, 130, 190, 0.45);
box-shadow: 0 12px 32px -8px rgba(244, 130, 190, 0.45);
border: 3px solid #f482be; background: linear-gradient(135deg, #f482be, #F49282);
Monochromatic scale
Palettes built from #f482be
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: Hot Pink (#ff69b4) — ΔE2000 4.7 away, with its history, psychology and brand usage.
#f482be in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#f482be, answered
What color is #f482be?
#f482be is a light electric magenta / pink, closest to Hot Pink (ΔE2000 4.7). It sits at 328° on the hue wheel with 84% saturation and 73% lightness, which reads as warm.
What is the RGB value of #f482be?
rgb(244, 130, 190) — 244 red, 130 green and 190 blue out of 255, or 95.7% / 51% / 74.5% by channel.
Is #f482be a light or a dark color?
It is a mid-tone. Relative luminance is 0.3892 and perceived brightness is 70%, so black text on it reaches 8.78:1.
Should I use black or white text on #f482be?
Black. It scores 8.78:1 against #f482be, versus 2.39:1 for white — AAA at any size.
What is the complementary color of #f482be?
#82F4B8 sits directly opposite on the wheel. Softer options are the split-complements #85F482 and #82F4F1, which give the same contrast with far less vibration.
What colors go well with #f482be?
For interface work: #FAF4F8 as the surface, #EDC0D7 for borders, #9B4B75 for secondary text, #0CC035 as an accent and #750A43 for hover and pressed states. For a palette, the analogous pair #F182F4 and #F48285 stays calm, while #82F4B8 is the loudest partner.
What is #f482be in CMYK for printing?
cmyk(0%, 47%, 22%, 4%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #f482be warm or cool?
Warm — it scores 34 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #F48294; nudged cooler, #F580E9.