#0ccfdb
a balanced, electric cyan · cool · closest name: turquoise
RGB
12, 207, 219
HSL
184°, 90%, 45%
CMYK
95, 6, 0, 14
Luminance
0.4982
Every format
| HEX | #0ccfdb |
| RGB | rgb(12, 207, 219) |
| HSL | hsl(184, 90%, 45%) |
| CMYK | cmyk(95%, 6%, 0%, 14%) |
| LAB | lab(76.0 -37.1 -17.9) |
| LCH | lch(76.0 41.2 205.7) |
| OKLCH | oklch(0.778 0.131 202.3) |
Copy-ready code
/* CSS */
color: #0ccfdb;
background-color: #0ccfdb;
/* Tailwind (arbitrary) */
class="text-[#0ccfdb] bg-[#0ccfdb]"
/* SCSS */
$brand: #0ccfdb;
/* SwiftUI */
Color(red: 0.047, green: 0.812, blue: 0.859)
/* Android */
Color.parseColor("#0ccfdb")Accessibility — WCAG contrast
Aa
#0ccfdb on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ccfdb on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green81.2%
Blue85.9%
CMYK percentages
Cyan94.5%
Magenta5.5%
Yellow0.0%
Key (black)14.1%
Color previews
#0ccfdb text on a black background
contrast 10.96:1
Card sample
#0ccfdb text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ccfdb;
Background color
Panel with #0ccfdb background
background-color: #0ccfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ccfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 207, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 207, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ccfdb; background: linear-gradient(135deg, #0ccfdb, #0C45DB);