Sky Blue
#4FFCE5
CyanColor Codes
All color formats for development
HEX
#4FFCE5RGB
rgb(79, 252, 229)HSL
hsl(172, 97%, 65%)OKLCH
oklch(0.899 0.142 182.2)CMYK
cmyk(69%, 0%, 9%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2FFCE0
2#0EFBDC
3#03E5C7
4#03C4AA
5#02A38E
6#028371
7#016255
8#014139
9#00211C
Tints
Lighter variations
1#61FDE8
2#72FDEA
3#84FDED
4#96FDF0
5#A7FEF2
6#B9FEF5
7#CAFEF7
8#DCFEFA
9#EDFFFC
Tones
Muted variations
1#58F4DF
2#60EBD9
3#69E2D2
4#72DACC
5#7AD1C5
6#83C8BF
7#8CC0B9
8#94B7B2
9#9DAEAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFD #8BFDEE | BordersInactive statesPlaceholder text |
| 400 | 4FFC #4FFCE5 | Disabled statesSecondary iconsMuted text |
| 500 | 1DFC #1DFCDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 03DD #03DDC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03B0 #03B099 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 027E #027E6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0150 #015046 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFD;
--sky-blue-100: #DCFEFA;
--sky-blue-200: #BEFEF5;
--sky-blue-300: #8BFDEE;
--sky-blue-400: #4FFCE5;
--sky-blue-500: #1DFCDE;
--sky-blue-600: #03DDC0;
--sky-blue-700: #03B099;
--sky-blue-800: #027E6D;
--sky-blue-900: #015046;
--sky-blue-950: #01322C;
}