Sky Blue
#4DFFCF
GreenColor Codes
All color formats for development
HEX
#4DFFCFRGB
rgb(77, 255, 207)HSL
hsl(164, 100%, 65%)OKLCH
oklch(0.899 0.158 170.6)CMYK
cmyk(70%, 0%, 19%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BFFC7
2#0AFFBE
3#00E8AA
4#00C792
5#00A67A
6#008561
7#006349
8#004231
9#002118
Tints
Lighter variations
1#5EFFD4
2#70FFD9
3#82FFDE
4#94FFE2
5#A6FFE7
6#B8FFEC
7#C9FFF1
8#DBFFF5
9#EDFFFA
Tones
Muted variations
1#55F6CB
2#5EEDC7
3#67E4C3
4#70DBBF
5#79D2BB
6#82C9B6
7#8BC1B2
8#94B8AE
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 #BDFFED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFE0 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFCF | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFC2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B383 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00805E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00523C | 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: #BDFFED;
--sky-blue-300: #8AFFE0;
--sky-blue-400: #4DFFCF;
--sky-blue-500: #1AFFC2;
--sky-blue-600: #00E0A5;
--sky-blue-700: #00B383;
--sky-blue-800: #00805E;
--sky-blue-900: #00523C;
--sky-blue-950: #003325;
}