Sky Blue
#4DFFC6
GreenColor Codes
All color formats for development
HEX
#4DFFC6RGB
rgb(77, 255, 198)HSL
hsl(161, 100%, 65%)OKLCH
oklch(0.897 0.164 167)CMYK
cmyk(70%, 0%, 22%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BFFBC
2#0AFFB1
3#00E89F
4#00C788
5#00A671
6#00855B
7#006344
8#00422D
9#002117
Tints
Lighter variations
1#5EFFCC
2#70FFD2
3#82FFD7
4#94FFDD
5#A6FFE3
6#B8FFE8
7#C9FFEE
8#DBFFF4
9#EDFFF9
Tones
Muted variations
1#55F6C3
2#5EEDC0
3#67E4BD
4#70DBB9
5#79D2B6
6#82C9B3
7#8BC1B0
8#94B8AC
9#9DAFA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFDA | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC6 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E099 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B37A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005238 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFA;
--sky-blue-100: #DBFFF4;
--sky-blue-200: #BDFFEA;
--sky-blue-300: #8AFFDA;
--sky-blue-400: #4DFFC6;
--sky-blue-500: #1AFFB6;
--sky-blue-600: #00E099;
--sky-blue-700: #00B37A;
--sky-blue-800: #008057;
--sky-blue-900: #005238;
--sky-blue-950: #003323;
}