RGB
255, 178, 127
HSL
24°, 100%, 75%
CMYK
0, 30, 50, 0
HSV
24°, 50%, 100%
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #FFB27F |
color: #FFB27F;
|
| RGB | 255, 178, 127 |
color: rgb(255, 178, 127);
|
| RGB Percentage | 100%, 70%, 50% |
color: rgb(100%, 70%, 50%);
|
| CMYK | 0%, 30%, 50%, 0% | Not supported in CSS |
| HSL | 24°, 100%, 75% |
color: hsl(24, 100%, 75%);
|
| HSV | 24°, 50%, 100% | Not supported in CSS |
| CIE-LAB | 60, 15, 17 |
color: lab(60% 15 17);
|
| Decimal | 16757375 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
CSS
.apricot {
color: #FFB27F;
}
SCSS
$apricot: #FFB27F;
RGB
rgb(255, 178, 127)
Accessibility & Contrast
White background
1.76:1
1.76
contrast ratio on a white background
Element
AA
AAA
Small text
Large text
UI element
Black background
11.93:1
11.93
contrast ratio on a black background
Element
AA
AAA
Small text
Large text
UI element