Bubble Gum Color
What Color is Bubble Gum?
Bubble gum is a bright and sweet pink. It looks fun like chewing gum you blow bubbles with.
| Format | Code | Image |
|---|---|---|
Hex | #FFC1CC | ![]() |
RGB | 255, 193, 204 | |
HSL | 349, 100%, 88% | |
CMYK | 0%, 24%, 20%, 0% | |
OKLCH | oklch(0.870 0.072 7) |
Color Harmonies
Balanced color combinations based on color theory. Click to copy.
Analogous
Adjacent colors - harmony and unity
Monochromatic
Same hue, varied lightness - cohesive designs
Complementary
Opposite colors - high contrast
Split Complementary
Base + adjacent complements - balanced contrast
Triadic
Evenly spaced - vibrant palettes
Square
Four colors at 90° - bold combinations
Tetradic
Rectangle shape - rich variety
Compound
Analogous + complements - sophisticated
Accessibility & Contrast Checker
Ensure your color combinations meet WCAG accessibility standards for readability. Test text contrast against different backgrounds.
Sample Text
The quick brown fox jumps over the lazy dog.
Sample Text
The quick brown fox jumps over the lazy dog.
Sample Text
The quick brown fox jumps over the lazy dog.
Sample Text
The quick brown fox jumps over the lazy dog.
Sample Text
The quick brown fox jumps over the lazy dog.
WCAG Guidelines: AA requires 4.5:1 for normal text, 3:1 for large text. AAA requires 7:1 for normal text, 4.5:1 for large text. Large text is 18pt+ or 14pt bold+.
Code Snippets
Ready-to-use code snippets for CSS, SCSS, Tailwind, and more. Click to copy.
/* Bubble Gum Color */
:root {
--color-bubble-gum-color: #FFC1CC;
--color-bubble-gum-color-rgb: 255, 193, 204;
}
.element {
background-color: var(--color-bubble-gum-color);
color: rgba(var(--color-bubble-gum-color-rgb), 0.8);
}// Bubble Gum Color Variables
$bubble-gum-color: #FFC1CC;
$bubble-gum-color-rgb: 255, 193, 204;
// Usage
.element {
background-color: $bubble-gum-color;
border-color: darken($bubble-gum-color, 10%);
box-shadow: 0 4px 6px rgba($bubble-gum-color-rgb, 0.2);
}// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'bubble-gum-color': '#FFC1CC',
'bubble-gum-color-light': '#FFE5EA',
'bubble-gum-color-dark': '#FF758F',
},
},
},
}{
"name": "Bubble Gum Color",
"hex": "#FFC1CC",
"rgb": {
"r": 255,
"g": 193,
"b": 204
},
"hsl": {
"h": 349,
"s": 100,
"l": 88
}
}Visual Usage Examples
See how Bubble Gum Color looks in real-world design applications.
Heading Text
This is how body text appears on this background color. Good contrast is essential for readability.
