#ffe5b4
Peach
ReadyTools Database (Exact)
Color formats
RGB
rgb(255, 229, 180)
Red, Green, Blue components
HSL
hsl(39, 1, 1, 1)
Hue, Saturation, Lightness
CMYK
cmyk(0, 10, 29, 0)
Print color encoding
Luminance
0.806
Relative luminance
Variations
Shades (Darkening)
Tints (Lightening)
Tones (Reduced saturation)
Harmonies
Click the color slices to copy the code.
Complementary (Opposite)
#ffe5b4
#b4ceff
Analogous (Adjacent)
#ffc0b4
#ffe5b4
#f3ffb4
Triadic
#ffe5b4
#b4ffe5
#e5b4ff
Split complementary
#ffe5b4
#b4f3ff
#c0b4ff
Intelligent palettes
Four generated color sets for different use cases.
Modern UI and monochrome
ffffff
ceb687
ffe5b4
493910
000000
Marketing and vibrant
ffe5b4
ffe26b
b4ceff
6efbff
101827
Harmonious and natural
ffb4b5
ffccb4
ffe5b4
fffeb4
e7ffb4
Pop Art and trendy
ffe5b4
cdffd9
9acfff
e59bd9
ffffff
Complete conversion table
HEX
#FFE5B4
RGB
rgb(255,229,180)
RGBA
rgba(255,229,180, 1)
HSL
hsl(39.2,100%,85.29%)
OKLCH (Modern CSS)
oklch(0.93 0.07 83.2)
CSS Variable
--color: #ffe5b4;
CMYK
C: 0% M: 10% Y: 29% 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
0xFFFFE5B4
Swift UIColor
UIColor(red: 1.00, green: 0.90, blue: 0.71, alpha: 1.0)
Decimal (int)
16770484
JSON
{ "color": "#FFE5B4" }
CIE LAB
L: 92.0 a: 1.8 b: 27.2
CIE LCH
L: 92.0 C: 27.2 H: 86.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.23
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
On black background
17.12
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
Creative
"Friendly and creative energy. Inviting, playful, and full of life, without being as overwhelming as red."
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
#FFE5B4
Result
#FFE5B4
Lightness
Saturation
Hue
Temperature
Mix color
Mix color
#808080
Mix ratio
50%Base
#FFE5B4
0%+
Mix color
#808080
100%Result
#BEB19A
50% MixMixing guide
How to mix this color using physical paints or printing inks.
MIXING PALETTE
71%
19%
10%
RYB PIGMENTS
Titanium white
Pigment
71%
Cadmium yellow
Pigment
19%
Cadmium red
Pigment
10%
Unlike light, mixing paints makes colors darker. This simulation mimics the behavior of physical pigments.
INK LEVELS
29%
P
10%
MAGENTA
CMYK INKS
Yellow
Ink
29%
Magenta
Ink
10%
Physical properties
Scientific data of the color: optics and energy.
Wavelength
601 nm
499 THz • 2.06 eV
750nm
380nm
Color temperature
Warm
~2000-4000K
Cool
Warm
Luminance (brightness)
80.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
orange-200
#fed7aa
ΔE: 5.3
Google Material
Original
Standard
Orange 100
#FFE0B2
ΔE: 2.3
CSS Color Name
Original
Standard
Moccasin
#FFE4B5
ΔE: 0.7
Apple System (iOS)
Original
Standard
System Yellow
#FFCC00
ΔE: 17.2
Pantone (PMS)
Original
Standard
PMS 11-0619 flan
#F6E3B4
ΔE: 2.4
RAL Classic
Original
Standard
RAL 1015 Light ivory
#E6D2B5
ΔE: 6.9
Copic Marker
Original
Standard
Light Reddish Yellow
#ffe6b2
ΔE: 0.9
Code
CSS variable
1
2
3
4
5
:root {
--color-primary: #ffe5b4;
--rgb-primary: 255, 229, 180;
}SCSS variable
1
2
3
4
5
$color-primary: #ffe5b4;
$rgb-primary: (255, 229, 180);Tailwind config
1
2
3
4
5
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'primary': '#ffe5b4',
}
}
}
}React Native
1
2
3
4
5
const styles = StyleSheet.create({
container: {
backgroundColor: '#ffe5b4',
},
text: {
color: '#ffe5b4',
}
});SwiftUI (iOS)
1
2
3
4
5
// SwiftUI
let primaryColor = Color(
red: 1,
green: 0.8980392156862745,
blue: 0.7058823529411765
)Full JSON data
1
2
3
4
5
{
"name": "Peach",
"hex": "#ffe5b4",
"rgb": {
"r": 255,
"g": 229,
"b": 180
},
"hsl": {
"h": 39,
"s": 100,
"l": 85
}
}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