#1DBDA0
A medium, vivid cyan closely aligning with Mediumaquamarine.
About #1DBDA0
Visually, #1DBDA0 is defined as a vivid cyan. It is closely associated with the named CSS color Mediumaquamarine. This translates to an RGB value of rgb(29, 189, 160).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 85% C, 0% M, 15% Y, and 26% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#1DBDA0
RGB29, 189, 160
HSL169.1°, 73.4%, 42.7%
CMYK85%, 0%, 15%, 26%
HSV169.1°, 84.7%, 74.1%
LAB68.9, -45.3, 3.7
XYZ25.0, 39.2, 39.5
Decimal1949088
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.38:1
Text on #FFFFFF
FAIL
8.84:1
Text on #000000
AAA
2.27:1
Text on #F8FAFC
FAIL
7.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DBDA0;
}
.text-color {
color: #1DBDA0;
}
.border-color {
border: 2px solid #1DBDA0;
}