#4FC3F7
Material lightblue 300
#4FC3F7 is a cyan colour. In RGB it is 79 red, 195 green and 247 blue, which converts to a hue of 199 degrees, 91% saturation and 64% lightness. It is Material lightblue 300 in that design system's palette.
Color values
| HEX | #4FC3F7 |
|---|---|
| RGB | rgb(79, 195, 247) |
| HSL | hsl(199, 91%, 64%) |
| HSV | hsv(199, 68%, 97%) |
| CMYK | cmyk(68%, 21%, 0%, 3%) |
Contrast and accessibility
Against white the contrast ratio is 2:1, and against black it is 10.48:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 2:1 | Fail | Fail |
| Black | 10.48:1 | AAA | AAA |
Tints and shades
Lighter tints move #4FC3F7 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #4FC3F7; |
|---|---|
| CSS rgb() | color: rgb(79 195 247); |
| Tailwind | bg-[#4fc3f7] |
| SwiftUI | Color(red: 0.310, green: 0.765, blue: 0.969) |
| Android | Color.parseColor("#4FC3F7") |
Closest named color
The nearest CSS colour keyword to #4FC3F7 is mediumturquoise (#48D1CC).