Coral Reef Color Palette
A reef-inspired mix of deep teal, aqua, and bright coral pink.
Use as a gradient →
Colors
#006C67
#07A0A0
#4CE0D2
#FF7B7B
#FF5D5D
Contrast on Light & Dark Backgrounds
| Color | Hex | On White | On Black |
|---|---|---|---|
| #006C67 | T - | T - | |
| #07A0A0 | T - | T - | |
| #4CE0D2 | T - | T - | |
| #FF7B7B | T - | T - | |
| #FF5D5D | T - | T - |
Each circle shows the color as text on white and black, with a simulated WCAG AA pass/fail badge. Not a guarantee of accessibility compliance.
Coral Reef CSS Code
HEX Copy
#006C67 #07A0A0 #4CE0D2 #FF7B7B #FF5D5D
RGBA Copy
rgba(0, 108, 103, 1.0) rgba(7, 160, 160, 1.0) rgba(76, 224, 210, 1.0) rgba(255, 123, 123, 1.0) rgba(255, 93, 93, 1.0)
HSLA Copy
hsla(177, 100%, 21%, 1.0) hsla(180, 92%, 33%, 1.0) hsla(174, 70%, 59%, 1.0) hsla(0, 100%, 74%, 1.0) hsla(0, 100%, 68%, 1.0)
More Color Palettes
FAQ
What colors are in the Coral Reef palette?A reef-inspired mix of deep teal, aqua, and bright coral pink.
How do I turn the Coral Reef palette into a CSS gradient?
Use
background: linear-gradient(to right, #006C67, #07A0A0, #4CE0D2, #FF7B7B, #FF5D5D);, or click "Use as a gradient" above to open it in the live generator.