#cf7555
a balanced, vivid orange · warm · closest name: Coral
At a glance
Every number on this page in one read: what #cf7555 is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #cf7555 |
| RGB | rgb(207, 117, 85) |
| HSL | hsl(16, 56%, 57%) |
| CMYK | cmyk(0%, 44%, 59%, 19%) |
| LAB | lab(58.6 32.3 32.9) |
| LCH | lch(58.6 46.1 45.6) |
| OKLCH | oklch(0.656 0.122 40.1) |
| Decimal | 13595989 |
| Display P3 | color(display-p3 0.812 0.459 0.333) |
Copy-ready code
/* CSS */
color: #cf7555;
background-color: #cf7555;
/* Tailwind (arbitrary) */
class="text-[#cf7555] bg-[#cf7555]"
/* SCSS */
$brand: #cf7555;
/* SwiftUI */
Color(red: 0.812, green: 0.459, blue: 0.333)
/* Android */
Color.parseColor("#cf7555")
/* Flutter */
Color(0xFFCF7555)
/* Python / OpenCV (BGR) */
(85, 117, 207)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #cf7555 is pinned to step 500; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FBF6F4;
--brand-100: #F6EDE9;
--brand-200: #EED6CE;
--brand-300: #E6B8A7;
--brand-400: #DA947C;
--brand-500: #cf7555;
--brand-600: #BF5A36;
--brand-700: #9F4B2D;
--brand-800: #7F3C24;
--brand-900: #5D2E1E;
--brand-950: #3A1D13;
--brand: #cf7555;
--brand-ink: #000000;
}Colors that work with #cf7555
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #cf7555
Derived from its contrast, chroma and lightness — not from taste.
- ✓Headings from 24px up on white
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Brand accents, badges and data highlights
- ⚠Small text on white — under 4.5:1
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #55AFCF | Directly opposite — maximum tension | |
| Analogous left | #CF5572 | Neighbour, quieter | |
| Analogous right | #CFB255 | Neighbour, quieter | |
| Split-complement 1 | #55CFB2 | Contrast without the clash | |
| Split-complement 2 | #5572CF | Contrast without the clash | |
| Triadic 1 | #55CF75 | Even thirds — balanced and loud | |
| Triadic 2 | #7555CF | Even thirds — balanced and loud | |
| Tetradic | #72CF55 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cf7555 text on a black background
contrast 6.33:1
#cf7555 text on a white background
contrast 3.32:1
CSS3 live lab
The quick brown fox
color: #cf7555;
background-color: #cf7555;
Glowing headline
text-shadow: 2px 2px 8px #cf7555;
Soft neon halo
text-shadow: 0 0 14px rgba(207, 117, 85, 0.45);
box-shadow: 0 12px 32px -8px rgba(207, 117, 85, 0.45);
border: 3px solid #cf7555; background: linear-gradient(135deg, #cf7555, #CFC655);
Monochromatic scale
Palettes built from #cf7555
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Terracotta (#e2725b) — ΔE2000 5 away, with its history, psychology and brand usage.
#cf7555 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#cf7555, answered
What color is #cf7555?
#cf7555 is a balanced vivid orange, closest to Coral (ΔE2000 9.2). It sits at 16° on the hue wheel with 56% saturation and 57% lightness, which reads as warm.
What is the RGB value of #cf7555?
rgb(207, 117, 85) — 207 red, 117 green and 85 blue out of 255, or 81.2% / 45.9% / 33.3% by channel.
Is #cf7555 a light or a dark color?
It is a mid-tone. Relative luminance is 0.2664 and perceived brightness is 58%, so black text on it reaches 6.33:1.
Should I use black or white text on #cf7555?
Black. It scores 6.33:1 against #cf7555, versus 3.32:1 for white — AA at any size.
What is the complementary color of #cf7555?
#55AFCF sits directly opposite on the wheel. Softer options are the split-complements #55CFB2 and #5572CF, which give the same contrast with far less vibration.
What colors go well with #cf7555?
For interface work: #FAF6F4 as the surface, #EDCCC0 for borders, #9B604B for secondary text, #29A2A3 as an accent and #632F1C for hover and pressed states. For a palette, the analogous pair #CF5572 and #CFB255 stays calm, while #55AFCF is the loudest partner.
What is #cf7555 in CMYK for printing?
cmyk(0%, 44%, 59%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cf7555 warm or cool?
Warm — it scores 8 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CF8255; nudged cooler, #D15360.