CSS named color
Bisque
#FFE4C4
HEX
#ffe4c4RGB
rgb(255, 228, 196)HSL
hsl(33, 100%, 88%)OKLCH
oklch(93.29% 0.0514 71.85)NAME
bisquePalette
Complementary
180° on the color wheelComplement
#C2DDFF
Analogous
±30° around the base hueLeft
#FFC5C2
Right
#FCFFC2
Triadic
±120° for harmonic contrastTriad 1
#C2FFE3
Triad 2
#E3C2FF
Shades
Lighter and darker variantsCSS usage
By name
color: bisque;
background-color: bisque;By HEX
color: #ffe4c4;
background-color: #ffe4c4;By RGB
color: rgb(255, 228, 196);
background-color: rgb(255, 228, 196);By HSL
color: hsl(33, 100%, 88%);
background-color: hsl(33, 100%, 88%);WCAG contrast vs white
Aa
1.22:1
Below minimum
WCAG contrast vs black
Aa
17.15:1
AAA
Related colors
FAQ — Bisque
What is the HEX code for Bisque?
The HEX code for Bisque is #FFE4C4. It's one of the 148 named CSS colors and can be used directly in CSS as color: bisque; or color: #ffe4c4;
What is Bisque in RGB?
Bisque in RGB is rgb(255, 228, 196) — red 255, green 228, blue 196.
What is Bisque in HSL?
Bisque in HSL is hsl(33, 100%, 88%) — hue 33°, saturation 100%, lightness 88%.
What is the complementary color of Bisque?
The complementary color (directly opposite Bisque on the color wheel) is #C2DDFF. The two together produce maximum contrast.
Is white text readable on Bisque?
The WCAG contrast ratio against white (#FFFFFF) is 1.22:1, and against black (#000000) it's 17.15:1. Black text is more readable. WCAG recommends at least 4.5:1 for body text.