#77bbc2
a balanced, soft cyan · cool · closest name: Cadet Blue
At a glance
Every number on this page in one read: what #77bbc2 is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #77bbc2 |
| RGB | rgb(119, 187, 194) |
| HSL | hsl(186, 38%, 61%) |
| CMYK | cmyk(39%, 4%, 0%, 24%) |
| LAB | lab(71.8 -19.7 -10.3) |
| LCH | lch(71.8 22.2 207.7) |
| OKLCH | oklch(0.749 0.070 204.1) |
| Decimal | 7846850 |
| Display P3 | color(display-p3 0.467 0.733 0.761) |
Copy-ready code
/* CSS */
color: #77bbc2;
background-color: #77bbc2;
/* Tailwind (arbitrary) */
class="text-[#77bbc2] bg-[#77bbc2]"
/* SCSS */
$brand: #77bbc2;
/* SwiftUI */
Color(red: 0.467, green: 0.733, blue: 0.761)
/* Android */
Color.parseColor("#77bbc2")
/* Flutter */
Color(0xFF77BBC2)
/* Python / OpenCV (BGR) */
(194, 187, 119)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. #77bbc2 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: #F5F9FA;
--brand-100: #EBF3F4;
--brand-200: #D3E7E9;
--brand-300: #B2D8DC;
--brand-400: #8BC5CB;
--brand-500: #77bbc2;
--brand-600: #4CA0A9;
--brand-700: #3F868D;
--brand-800: #336B71;
--brand-900: #284F53;
--brand-950: #193134;
--brand: #77bbc2;
--brand-ink: #000000;
}Colors that work with #77bbc2
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 #77bbc2
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Charts, tags and secondary surfaces
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Thin strokes and 1px borders — they disappear on light UI
- ⚠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 | #C27E77 | Directly opposite — maximum tension | |
| Analogous left | #77C2A4 | Neighbour, quieter | |
| Analogous right | #7796C2 | Neighbour, quieter | |
| Split-complement 1 | #C27796 | Contrast without the clash | |
| Split-complement 2 | #C2A477 | Contrast without the clash | |
| Triadic 1 | #C277BB | Even thirds — balanced and loud | |
| Triadic 2 | #BBC277 | Even thirds — balanced and loud | |
| Tetradic | #A477C2 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#77bbc2 text on a black background
contrast 9.67:1
#77bbc2 text on a white background
contrast 2.17:1
CSS3 live lab
The quick brown fox
color: #77bbc2;
background-color: #77bbc2;
Glowing headline
text-shadow: 2px 2px 8px #77bbc2;
Soft neon halo
text-shadow: 0 0 14px rgba(119, 187, 194, 0.45);
box-shadow: 0 12px 32px -8px rgba(119, 187, 194, 0.45);
border: 3px solid #77bbc2; background: linear-gradient(135deg, #77bbc2, #7789C2);
Monochromatic scale
Palettes built from #77bbc2
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: Sky Blue (#87ceeb) — ΔE2000 9.6 away, with its history, psychology and brand usage.
#77bbc2 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.
#77bbc2, answered
What color is #77bbc2?
#77bbc2 is a balanced soft cyan, closest to Cadet Blue (ΔE2000 8.8). It sits at 186° on the hue wheel with 38% saturation and 61% lightness, which reads as cool.
What is the RGB value of #77bbc2?
rgb(119, 187, 194) — 119 red, 187 green and 194 blue out of 255, or 46.7% / 73.3% / 76.1% by channel.
Is #77bbc2 a light or a dark color?
It is a mid-tone. Relative luminance is 0.4336 and perceived brightness is 67%, so black text on it reaches 9.67:1.
Should I use black or white text on #77bbc2?
Black. It scores 9.67:1 against #77bbc2, versus 2.17:1 for white — AAA at any size.
What is the complementary color of #77bbc2?
#C27E77 sits directly opposite on the wheel. Softer options are the split-complements #C27796 and #C2A477, which give the same contrast with far less vibration.
What colors go well with #77bbc2?
For interface work: #F4FAFA as the surface, #C7E3E6 for borders, #4B939B for secondary text, #C67380 as an accent and #275458 for hover and pressed states. For a palette, the analogous pair #77C2A4 and #7796C2 stays calm, while #C27E77 is the loudest partner.
What is #77bbc2 in CMYK for printing?
cmyk(39%, 4%, 0%, 24%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #77bbc2 warm or cool?
Cool — it scores 90 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #77C2AE; nudged cooler, #75A4C4.