#ffb6c1
Matt Pink
ReadyTools Database (Exact)
Pink
~97% match
Color formats
RGB
rgb(255, 182, 193)
Red, Green, Blue components
HSL
hsl(351, 1, 1, 1)
Hue, Saturation, Lightness
CMYK
cmyk(0, 29, 24, 0)
Print color encoding
Luminance
0.586
Relative luminance
Variations
Shades (Darkening)
Tints (Lightening)
Tones (Reduced saturation)
Harmonies
Click the color slices to copy the code.
Complementary (Opposite)
#ffb6c1
#b6fff4
Analogous (Adjacent)
#ffb6e5
#ffb6c1
#ffd0b6
Triadic
#ffb6c1
#c1ffb6
#b6c1ff
Split complementary
#ffb6c1
#b6ffd0
#b6e5ff
Intelligent palettes
Four generated color sets for different use cases.
Modern UI and monochrome
ffffff
eda6b1
ffb6c1
632835
000000
Marketing and vibrant
ffb6c1
ff94b7
b6fff4
92ffc0
101827
Harmonious and natural
ffb6f2
ffb6d9
ffb6c1
ffc3b6
ffdcb6
Pop Art and trendy
ffb6c1
ffffcf
7afff6
9d9ee5
ffffff
Complete conversion table
HEX
#FFB6C1
RGB
rgb(255,182,193)
RGBA
rgba(255,182,193, 1)
HSL
hsl(350.96,100%,85.69%)
OKLCH (Modern CSS)
oklch(0.85 0.09 9.1)
CSS Variable
--color: #ffb6c1;
CMYK
C: 0% M: 29% Y: 24% K: 0%
Note: Converting web (RGB) colors to print (CMYK) colors is never 100 percent accurate due to physical limitations. Always request a test print before production.
Android ARGB
0xFFFFB6C1
Swift UIColor
UIColor(red: 1.00, green: 0.71, blue: 0.76, alpha: 1.0)
Decimal (int)
16758465
JSON
{ "color": "#FFB6C1" }
CIE LAB
L: 81.1 a: 28.0 b: 5.0
CIE LCH
L: 81.1 C: 28.4 H: 10.2
CIE XYZ
N/A
Preview
Readability and Typography
Headline Test
This text demonstrates the reading experience on this background color.
Headline Test
This text demonstrates the reading experience on this background color.
UI Component Set
This is an example alert bar using the selected color.
Product Mockup
4582 •••• •••• 9018
CARDHOLDER
JOHN DOE
VALID
12/28
Mobile application
Customer support
Hi! How can we help you today?
I love this new color! 😍
Data visualization
Weekly growth
+1,240
12.5%1D
1W
1M
WED
2,450
Font recommendations
Professional font pairings that perfectly match the color. Click the CSS button to copy.
Minimalist
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
Helvetica
400 Regular
-apple-system
Modern
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Inter'
400 Regular
'Inter'
Calm
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Spectral'
400 Regular
'IBM Plex Sans'
Elegant
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Playfair Display'
400 Regular
'Lato'
Accessibility
Contrast and readability (WCAG)
On white background
1.65
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
On black background
12.71
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
Color blindness simulator
ORIG
SIM
Protanopia (red)
ORIG
SIM
Deuteranopia (green)
ORIG
SIM
Tritanopia (blue)
ORIG
SIM
Monochrome (color blind)
Color Psychology
Emotional, psychological, and cultural impact of the color with scientifically grounded analysis.
Dominant vibe
Passion
"Pure adrenaline. It triggers an immediate physiological response, increasing heart rate and driving action. The visual embodiment of passion and urgency."
Color personality description
Emotional effects
Symbolic meanings
Recommended industries
Potential negative effects
Color laboratory
Fine tuning and blending. Adjust lightness, saturation, or mix with another color.
Base
#FFB6C1
Result
#FFB6C1
Lightness
Saturation
Hue
Temperature
Mix color
Mix color
#808080
Mix ratio
50%Base
#FFB6C1
0%+
Mix color
#808080
100%Result
#BF9BA0
50% MixMixing guide
How to mix this color using physical paints or printing inks.
MIXING PALETTE
71%
26%
2%
RYB PIGMENTS
Titanium white
Pigment
71%
Cadmium red
Pigment
26%
Ultramarine blue
Pigment
2%
Unlike light, mixing paints makes colors darker. This simulation mimics the behavior of physical pigments.
INK LEVELS
29%
MAGENTA
24%
P
CMYK INKS
Magenta
Ink
29%
Yellow
Ink
24%
Physical properties
Scientific data of the color: optics and energy.
Wavelength
678 nm
442 THz • 1.83 eV
750nm
380nm
Color temperature
Warm
~2000-4000K
Cool
Warm
Luminance (brightness)
58.6%
Világos / Light
0%
50%
100%
Intelligent Library Matching
Compare your color with industry standards and design systems. Results show similar or exact matches from multiple color libraries.
Tailwind CSS
Original
Standard
rose-300
#fda4af
ΔE: 4.5
Google Material
Original
Standard
Pink 100
#F8BBD0
ΔE: 4.6
CSS Color Name
Original
Standard
LightPink
#FFB6C1
ΔE: 0.0
Apple System (iOS)
Original
Standard
System Gray 3
#C7C7CC
ΔE: 20.7
Pantone (PMS)
Original
Standard
PMS 14-1911 candy-pink
#F5B0BD
ΔE: 2.1
RAL Classic
Original
Standard
RAL 3015 Light pink
#D8A0A6
ΔE: 7.8
Copic Marker
Original
Standard
Shock Pink
#f9b0c5
ΔE: 3.5
Code
CSS variable
1
2
3
4
5
:root {
--color-matt-pink: #ffb6c1;
--rgb-matt-pink: 255, 182, 193;
}SCSS variable
1
2
3
4
5
$color-matt-pink: #ffb6c1;
$rgb-matt-pink: (255, 182, 193);Tailwind config
1
2
3
4
5
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'matt-pink': '#ffb6c1',
}
}
}
}React Native
1
2
3
4
5
const styles = StyleSheet.create({
container: {
backgroundColor: '#ffb6c1',
},
text: {
color: '#ffb6c1',
}
});SwiftUI (iOS)
1
2
3
4
5
// SwiftUI
let matt-pinkColor = Color(
red: 1,
green: 0.7137254901960784,
blue: 0.7568627450980392
)Full JSON data
1
2
3
4
5
{
"name": "Matt Pink",
"hex": "#ffb6c1",
"rgb": {
"r": 255,
"g": 182,
"b": 193
},
"hsl": {
"h": 351,
"s": 100,
"l": 86
}
}Gradient gallery
Generate premium CSS backgrounds and textures from your color.
Sunset
Deep sea
Dynamic contrast
Night duotone
Icy duotone
Soft mist
Aurora borealis
Neon mesh
Color wheel
Radar
Spotlight
Grainy paper
Retro stripes