#0FFFDB
A medium, vivid cyan closely aligning with Aquamarine.
About #0FFFDB
Visually, #0FFFDB is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 255, and 219.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 94% cyan, 0% magenta, 14% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FFFDB
RGB15, 255, 219
HSL171.0°, 100.0%, 52.9%
CMYK94%, 0%, 14%, 0%
HSV171.0°, 94.1%, 100.0%
LAB90.2, -57.5, 3.2
XYZ48.7, 76.7, 79.3
Decimal1048539
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.28:1
Text on #FFFFFF
FAIL
16.35:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FFFDB;
}
.text-color {
color: #0FFFDB;
}
.border-color {
border: 2px solid #0FFFDB;
}