#cbf8ec
a pale, electric cyan · cool · closest name: Pale Turquoise
At a glance
Every number on this page in one read: what #cbf8ec 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 | #cbf8ec |
| RGB | rgb(203, 248, 236) |
| HSL | hsl(164, 76%, 88%) |
| CMYK | cmyk(18%, 0%, 5%, 3%) |
| LAB | lab(94.3 -16.7 1.0) |
| LCH | lch(94.3 16.7 176.6) |
| OKLCH | oklch(0.944 0.049 177.2) |
| Decimal | 13367532 |
| Display P3 | color(display-p3 0.796 0.973 0.925) |
Copy-ready code
/* CSS */
color: #cbf8ec;
background-color: #cbf8ec;
/* Tailwind (arbitrary) */
class="text-[#cbf8ec] bg-[#cbf8ec]"
/* SCSS */
$brand: #cbf8ec;
/* SwiftUI */
Color(red: 0.796, green: 0.973, blue: 0.925)
/* Android */
Color.parseColor("#cbf8ec")
/* Flutter */
Color(0xFFCBF8EC)
/* Python / OpenCV (BGR) */
(236, 248, 203)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. #cbf8ec is pinned to step 200; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F3FCF9;
--brand-100: #E7F9F4;
--brand-200: #cbf8ec;
--brand-300: #9CF2DB;
--brand-400: #6BEBC9;
--brand-500: #39E4B7;
--brand-600: #1DD8A6;
--brand-700: #18B48A;
--brand-800: #13906F;
--brand-900: #126851;
--brand-950: #0B4133;
--brand: #cbf8ec;
--brand-ink: #000000;
}Colors that work with #cbf8ec
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 #cbf8ec
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠White text placed on it
- ⚠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 | #F8CBD7 | Directly opposite — maximum tension | |
| Analogous left | #CBF8D5 | Neighbour, quieter | |
| Analogous right | #CBEDF8 | Neighbour, quieter | |
| Split-complement 1 | #F8CBED | Contrast without the clash | |
| Split-complement 2 | #F8D5CB | Contrast without the clash | |
| Triadic 1 | #ECCBF8 | Even thirds — balanced and loud | |
| Triadic 2 | #F8ECCB | Even thirds — balanced and loud | |
| Tetradic | #D5CBF8 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cbf8ec text on a black background
contrast 18.18:1
#cbf8ec text on a white background
contrast 1.16:1
CSS3 live lab
The quick brown fox
color: #cbf8ec;
background-color: #cbf8ec;
Glowing headline
text-shadow: 2px 2px 8px #cbf8ec;
Soft neon halo
text-shadow: 0 0 14px rgba(203, 248, 236, 0.45);
box-shadow: 0 12px 32px -8px rgba(203, 248, 236, 0.45);
border: 3px solid #cbf8ec; background: linear-gradient(135deg, #cbf8ec, #CBE6F8);
Monochromatic scale
Palettes built from #cbf8ec
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: Powder Blue (#b0e0e6) — ΔE2000 8.9 away, with its history, psychology and brand usage.
#cbf8ec in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#cbf8ec, answered
What color is #cbf8ec?
#cbf8ec is a pale electric cyan, closest to Pale Turquoise (ΔE2000 6.2). It sits at 164° on the hue wheel with 76% saturation and 88% lightness, which reads as cool.
What is the RGB value of #cbf8ec?
rgb(203, 248, 236) — 203 red, 248 green and 236 blue out of 255, or 79.6% / 97.3% / 92.5% by channel.
Is #cbf8ec a light or a dark color?
It is a light color. Relative luminance is 0.8589 and perceived brightness is 92%, so black text on it reaches 18.18:1.
Should I use black or white text on #cbf8ec?
Black. It scores 18.18:1 against #cbf8ec, versus 1.16:1 for white — AAA at any size.
What is the complementary color of #cbf8ec?
#F8CBD7 sits directly opposite on the wheel. Softer options are the split-complements #F8CBED and #F8D5CB, which give the same contrast with far less vibration.
What colors go well with #cbf8ec?
For interface work: #F4FAF9 as the surface, #C0EDE1 for borders, #4B9B85 for secondary text, #B71568 as an accent and #0F7056 for hover and pressed states. For a palette, the analogous pair #CBF8D5 and #CBEDF8 stays calm, while #F8CBD7 is the loudest partner.
What is #cbf8ec in CMYK for printing?
cmyk(18%, 0%, 5%, 3%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #cbf8ec warm or cool?
Cool — it scores 81 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #CBF8DB; nudged cooler, #CAF4F9.