Bone (#E3DAC9)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 1.39:1 — vs black: 15.14:1
Color values
-
HEX
#E3DAC9 -
RGB
rgb(227, 218, 201) -
HSL
hsl(39, 31%, 83%) -
CMYK
cmyk( 0, 4, 11, 11 ) -
Websafe
#CCCCCC
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #E3DAC9 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#E3DAC9
Base
#C9D2E3
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#E3DAC9
Base
#E3CDC9
#DFE3C9
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#E3DAC9
Base
#C9E3DA
#DAC9E3
Two colors flanking the complement — high contrast with less tension than full complementary.
#E3DAC9
Base
#C9DFE3
#CDC9E3
Four colors at 90° intervals — rich variety, best when one color dominates.
#E3DAC9
Base
#C9E3CD
#C9D2E3
#E3C9DF
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#E3DAC9
Base
#AF9564
#C9B797
#D5C8AE
#F1ECE4
#F6F3EE
Darker shades and lighter tints of Bone, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#110E09
#463A24
#7B6640
#AC915F
#C8B694
#E3DAC9
Base
#E7DFD0
#EBE4D8
#EFE9DF
#F2EEE7
#F6F3EE
Ready-to-use code snippets for #E3DAC9. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #E3DAC9;
}
/* Text */
.element {
color: #E3DAC9;
}
/* Border */
.element {
border: 1px solid #E3DAC9;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#E3DAC9,
#C9D2E3
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#E3DAC9,
#C9D2E3
);
}
// SCSS variable
$bone: #E3DAC9;
// With RGB channels (useful for rgba() usage)
$bone-r: 227;
$bone-g: 218;
$bone-b: 201;
// Usage
.element {
background-color: $bone;
color: rgba($bone-r, $bone-g, $bone-b, 0.8);
}
How Bone appears to people with different types of color vision deficiency.
#E3DAC9
How the color appears with full color vision.
#DDDDC9
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#DBDBC9
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#E5D8D8
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#DBDBDB
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.