#3AF8FF
A light, vivid cyan closely aligning with Aqua.
About #3AF8FF
At its core, #3AF8FF is a light and vivid hue. If you're using CSS, you might find it aligns closely with Aqua. In the RGB color space, it consists of 58 red, 248 green, and 255 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 77% C, 3% M, 0% Y, and 0% K. With a hue angle of 182.1 degrees, it sits comfortably in the cyan spectrum.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3AF8FF
RGB58, 248, 255
HSL182.1°, 100.0%, 61.4%
CMYK77%, 3%, 0%, 0%
HSV182.1°, 77.3%, 100.0%
LAB89.5, -42.3, -16.5
XYZ53.4, 75.3, 106.3
Decimal3864831
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.05:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3AF8FF;
}
.text-color {
color: #3AF8FF;
}
.border-color {
border: 2px solid #3AF8FF;
}