#c4a484
Indian Khaki
Closest match (94% match)
Color formats
RGB
rgb(196, 164, 132)
Red, Green, Blue components
HSL
hsl(30, 0, 1, 1)
Hue, Saturation, Lightness
CMYK
cmyk(0, 16, 33, 23)
Print color encoding
Luminance
0.400
Relative luminance
Variations
Shades (Darkening)
Tints (Lightening)
Tones (Reduced saturation)
Harmonies
Click the color slices to copy the code.
Complementary (Opposite)
#c4a484
#84a4c4
Analogous (Adjacent)
#c48484
#c4a484
#c4c484
Triadic
#c4a484
#84c4a4
#a484c4
Split complementary
#c4a484
#84c4c4
#8484c4
Intelligent palettes
Four generated color sets for different use cases.
Modern UI and monochrome
ffffff
cfb499
c4a484
4e371b
000000
Marketing and vibrant
c4a484
e29b43
84a4c4
32ccce
FFFFFF
Harmonious and natural
c4848f
c48f84
c4a484
c4b984
b9c484
Pop Art and trendy
c4a484
9cdd9c
59a7e4
ab6dab
ffffcd
Complete conversion table
HEX
#C4A484
RGB
rgb(196,164,132)
RGBA
rgba(196,164,132, 1)
HSL
hsl(30,35.16%,64.31%)
OKLCH (Modern CSS)
oklch(0.74 0.06 66.7)
CSS Variable
--color: #c4a484;
CMYK
C: 0% M: 16% Y: 33% K: 23%
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
0xFFC4A484
Swift UIColor
UIColor(red: 0.77, green: 0.64, blue: 0.52, alpha: 1.0)
Decimal (int)
12887172
JSON
{ "color": "#C4A484" }
CIE LAB
L: 69.4 a: 7.1 b: 21.0
CIE LCH
L: 69.4 C: 22.2 H: 71.4
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.
Playful
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Quicksand'
400 Regular
'Nunito'
Bold
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Anton'
400 Regular
'Roboto Condensed'
Warm and friendly
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Abril Fatface'
400 Regular
'Poppins'
Kid-friendly
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Balsamiq Sans'
400 Regular
'Comic Neue'
Accessibility
Contrast and readability (WCAG)
On white background
2.34
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
On black background
8.99
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
#C4A484
Result
#C4A484
Lightness
Saturation
Hue
Temperature
Mix color
Mix color
#808080
Mix ratio
50%Base
#C4A484
0%+
Mix color
#808080
100%Result
#A29282
50% MixMixing guide
How to mix this color using physical paints or printing inks.
MIXING PALETTE
53%
23%
23%
RYB PIGMENTS
Titanium white
Pigment
53%
Cadmium red
Pigment
23%
Cadmium yellow
Pigment
23%
Unlike light, mixing paints makes colors darker. This simulation mimics the behavior of physical pigments.
INK LEVELS
33%
P
23%
KEY
16%
MAGENTA
CMYK INKS
Yellow
Ink
33%
Black (Key)
Ink
23%
Magenta
Ink
16%
Physical properties
Scientific data of the color: optics and energy.
Wavelength
610 nm
492 THz • 2.03 eV
750nm
380nm
Color temperature
Warm
~2000-4000K
Cool
Warm
Luminance (brightness)
40.0%
Sötét / Dark
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
stone-400
#a8a29e
ΔE: 12.6
Google Material
Original
Standard
Brown 200
#BCAAA4
ΔE: 10.3
CSS Color Name
Original
Standard
Tan
#D2B48C
ΔE: 5.2
Apple System (iOS)
Original
Standard
System Brown
#A2845E
ΔE: 10.7
Pantone (PMS)
Original
Standard
PMS 15-1220 latte
#C5A582
ΔE: 1.1
RAL Classic
Original
Standard
RAL 1001 Beige
#D0B084
ΔE: 4.9
Copic Marker
Original
Standard
Light Walnut
#c29a6a
ΔE: 5.2
Code
CSS variable
1
2
3
4
5
:root {
--color-primary: #c4a484;
--rgb-primary: 196, 164, 132;
}SCSS variable
1
2
3
4
5
$color-primary: #c4a484;
$rgb-primary: (196, 164, 132);Tailwind config
1
2
3
4
5
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'primary': '#c4a484',
}
}
}
}React Native
1
2
3
4
5
const styles = StyleSheet.create({
container: {
backgroundColor: '#c4a484',
},
text: {
color: '#c4a484',
}
});SwiftUI (iOS)
1
2
3
4
5
// SwiftUI
let primaryColor = Color(
red: 0.7686274509803922,
green: 0.6431372549019608,
blue: 0.5176470588235295
)Full JSON data
1
2
3
4
5
{
"name": "Indian Khaki",
"hex": "#c4a484",
"rgb": {
"r": 196,
"g": 164,
"b": 132
},
"hsl": {
"h": 30,
"s": 35,
"l": 64
}
}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