Sky Blue
#4FFCDF
CyanColor Codes
All color formats for development
HEX
#4FFCDFRGB
rgb(79, 252, 223)HSL
hsl(170, 97%, 65%)OKLCH
oklch(0.897 0.145 179.1)CMYK
cmyk(69%, 0%, 12%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FFCDA
2#0EFBD4
3#03E5BF
4#03C4A4
5#02A388
6#02836D
7#016252
8#014137
9#00211B
Tints
Lighter variations
1#61FDE3
2#72FDE6
3#84FDE9
4#96FDEC
5#A7FEEF
6#B9FEF2
7#CAFEF6
8#DCFEF9
9#EDFFFC
Tones
Muted variations
1#58F4DA
2#60EBD4
3#69E2CE
4#72DAC8
5#7AD1C3
6#83C8BD
7#8CC0B7
8#94B7B1
9#9DAEAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDEA | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCDF | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B093 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015043 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFC;
--sky-blue-100: #DCFEF9;
--sky-blue-200: #BEFEF3;
--sky-blue-300: #8BFDEA;
--sky-blue-400: #4FFCDF;
--sky-blue-500: #1DFCD6;
--sky-blue-600: #03DDB9;
--sky-blue-700: #03B093;
--sky-blue-800: #027E69;
--sky-blue-900: #015043;
--sky-blue-950: #01322A;
}