Coral (Orange)
#F6895A
RGB: 246, 137, 90
Color OverviewHEX #F6895A
#F6895A Color Code Information
In the RGB color space, #F6895A is composed of 96% red, 54% green, and 35% blue. In the HSL color space, it has a hue of 18°, saturation of 90%, and lightness of 66%.
HEX
#F6895A
RGB
246, 137, 90
HSL
18°, 90%, 66%
HSV
18°, 63%, 96%
CMYK
0%, 44%, 63%, 4%
Name Match
Coral
Closest StandardShades of #F6895A (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #F6895A (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #F6895A (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #F6895A
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #F6895A Background
Contrast Ratio against Pure White (#FFFFFF):2.43 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #F6895A Background
Contrast Ratio against Pure Black (#000000):8.64 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #F6895A;
}
.element {
color: #F6895A;
background-color: #F6895A;
border-color: #F6895A;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#F6895A] text-[#F6895A] border-[#F6895A]"> Content styled with #F6895A </div>