CSS named color
SeaShell
#FFF5EE
HEX
#fff5eeRGB
rgb(255, 245, 238)HSL
hsl(25, 100%, 97%)OKLCH
oklch(97.60% 0.0143 57.59)NAME
seashellPalette
Complementary
180° on the color wheelComplement
#F0F9FF
Analogous
±30° around the base hueLeft
#FFF0F1
Right
#FFFEF0
Triadic
±120° for harmonic contrastTriad 1
#F0FFF6
Triad 2
#F6F0FF
Shades
Lighter and darker variantsCSS usage
By name
color: seashell;
background-color: seashell;By HEX
color: #fff5ee;
background-color: #fff5ee;By RGB
color: rgb(255, 245, 238);
background-color: rgb(255, 245, 238);By HSL
color: hsl(25, 100%, 97%);
background-color: hsl(25, 100%, 97%);WCAG contrast vs white
Aa
1.07:1
Below minimum
WCAG contrast vs black
Aa
19.55:1
AAA
Related colors
FAQ — SeaShell
What is the HEX code for SeaShell?
The HEX code for SeaShell is #FFF5EE. It's one of the 148 named CSS colors and can be used directly in CSS as color: seashell; or color: #fff5ee;
What is SeaShell in RGB?
SeaShell in RGB is rgb(255, 245, 238) — red 255, green 245, blue 238.
What is SeaShell in HSL?
SeaShell in HSL is hsl(25, 100%, 97%) — hue 25°, saturation 100%, lightness 97%.
What is the complementary color of SeaShell?
The complementary color (directly opposite SeaShell on the color wheel) is #F0F9FF. The two together produce maximum contrast.
Is white text readable on SeaShell?
The WCAG contrast ratio against white (#FFFFFF) is 1.07:1, and against black (#000000) it's 19.55:1. Black text is more readable. WCAG recommends at least 4.5:1 for body text.