#6baeb4
a balanced, soft cyan · cool · closest name: Cadet Blue
At a glance
Every number on this page in one read: what #6baeb4 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 | #6baeb4 |
| RGB | rgb(107, 174, 180) |
| HSL | hsl(185, 33%, 56%) |
| CMYK | cmyk(41%, 3%, 0%, 29%) |
| LAB | lab(67.0 -19.7 -9.8) |
| LCH | lch(67.0 22.0 206.4) |
| OKLCH | oklch(0.708 0.069 203.0) |
| Decimal | 7057076 |
| Display P3 | color(display-p3 0.420 0.682 0.706) |
Copy-ready code
/* CSS */
color: #6baeb4;
background-color: #6baeb4;
/* Tailwind (arbitrary) */
class="text-[#6baeb4] bg-[#6baeb4]"
/* SCSS */
$brand: #6baeb4;
/* SwiftUI */
Color(red: 0.420, green: 0.682, blue: 0.706)
/* Android */
Color.parseColor("#6baeb4")
/* Flutter */
Color(0xFF6BAEB4)
/* Python / OpenCV (BGR) */
(180, 174, 107)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. #6baeb4 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: #F5F9F9;
--brand-100: #ECF3F4;
--brand-200: #D4E6E7;
--brand-300: #B5D6D9;
--brand-400: #8FC2C6;
--brand-500: #6baeb4;
--brand-600: #529CA2;
--brand-700: #458287;
--brand-800: #37686C;
--brand-900: #2B4D50;
--brand-950: #1B3032;
--brand: #6baeb4;
--brand-ink: #000000;
}Colors that work with #6baeb4
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 #6baeb4
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 | #B4716B | Directly opposite — maximum tension | |
| Analogous left | #6BB496 | Neighbour, quieter | |
| Analogous right | #6B8AB4 | Neighbour, quieter | |
| Split-complement 1 | #B46B8A | Contrast without the clash | |
| Split-complement 2 | #B4966B | Contrast without the clash | |
| Triadic 1 | #B46BAE | Even thirds — balanced and loud | |
| Triadic 2 | #AEB46B | Even thirds — balanced and loud | |
| Tetradic | #966BB4 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#6baeb4 text on a black background
contrast 8.34:1
#6baeb4 text on a white background
contrast 2.52:1
CSS3 live lab
The quick brown fox
color: #6baeb4;
background-color: #6baeb4;
Glowing headline
text-shadow: 2px 2px 8px #6baeb4;
Soft neon halo
text-shadow: 0 0 14px rgba(107, 174, 180, 0.45);
box-shadow: 0 12px 32px -8px rgba(107, 174, 180, 0.45);
border: 3px solid #6baeb4; background: linear-gradient(135deg, #6baeb4, #6B7DB4);
Monochromatic scale
Palettes built from #6baeb4
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: Eucalyptus (#95afa2) — ΔE2000 11.3 away, with its history, psychology and brand usage.
#6baeb4 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.
#6baeb4, answered
What color is #6baeb4?
#6baeb4 is a balanced soft cyan, closest to Cadet Blue (ΔE2000 5.2). It sits at 185° on the hue wheel with 33% saturation and 56% lightness, which reads as cool.
What is the RGB value of #6baeb4?
rgb(107, 174, 180) — 107 red, 174 green and 180 blue out of 255, or 42% / 68.2% / 70.6% by channel.
Is #6baeb4 a light or a dark color?
It is a mid-tone. Relative luminance is 0.3669 and perceived brightness is 62%, so black text on it reaches 8.34:1.
Should I use black or white text on #6baeb4?
Black. It scores 8.34:1 against #6baeb4, versus 2.52:1 for white — AAA at any size.
What is the complementary color of #6baeb4?
#B4716B sits directly opposite on the wheel. Softer options are the split-complements #B46B8A and #B4966B, which give the same contrast with far less vibration.
What colors go well with #6baeb4?
For interface work: #F5F9FA as the surface, #C9E1E4 for borders, #4D9298 for secondary text, #B86774 as an accent and #2B5155 for hover and pressed states. For a palette, the analogous pair #6BB496 and #6B8AB4 stays calm, while #B4716B is the loudest partner.
What is #6baeb4 in CMYK for printing?
cmyk(41%, 3%, 0%, 29%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #6baeb4 warm or cool?
Cool — it scores 87 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #6BB49F; nudged cooler, #6997B6.