Sky Blue
#4DFFCC
GreenColor Codes
All color formats for development
HEX
#4DFFCCRGB
rgb(77, 255, 204)HSL
hsl(163, 100%, 65%)OKLCH
oklch(0.898 0.16 169.4)CMYK
cmyk(70%, 0%, 20%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BFFC3
2#0AFFBA
3#00E8A6
4#00C78F
5#00A677
6#00855F
7#006347
8#004230
9#002118
Tints
Lighter variations
1#5EFFD1
2#70FFD7
3#82FFDC
4#94FFE1
5#A6FFE6
6#B8FFEB
7#C9FFF0
8#DBFFF5
9#EDFFFA
Tones
Muted variations
1#55F6C9
2#5EEDC5
3#67E4C1
4#70DBBD
5#79D2B9
6#82C9B5
7#8BC1B1
8#94B8AD
9#9DAFAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFDE | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFCC | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B380 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00805B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00523A | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFB;
--sky-blue-100: #DBFFF5;
--sky-blue-200: #BDFFEC;
--sky-blue-300: #8AFFDE;
--sky-blue-400: #4DFFCC;
--sky-blue-500: #1AFFBE;
--sky-blue-600: #00E0A1;
--sky-blue-700: #00B380;
--sky-blue-800: #00805B;
--sky-blue-900: #00523A;
--sky-blue-950: #003325;
}