Sky Blue
#4DFFC9
GreenColor Codes
All color formats for development
HEX
#4DFFC9RGB
rgb(77, 255, 201)HSL
hsl(162, 100%, 65%)OKLCH
oklch(0.898 0.162 168.2)CMYK
cmyk(70%, 0%, 21%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BFFC0
2#0AFFB6
3#00E8A2
4#00C78B
5#00A674
6#00855D
7#006346
8#00422E
9#002117
Tints
Lighter variations
1#5EFFCF
2#70FFD4
3#82FFDA
4#94FFDF
5#A6FFE4
6#B8FFEA
7#C9FFEF
8#DBFFF4
9#EDFFFA
Tones
Muted variations
1#55F6C6
2#5EEDC2
3#67E4BF
4#70DBBB
5#79D2B8
6#82C9B4
7#8BC1B0
8#94B8AD
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 #BDFFEB | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFDC | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC9 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E09D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B37D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008059 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005239 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003324 | 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: #BDFFEB;
--sky-blue-300: #8AFFDC;
--sky-blue-400: #4DFFC9;
--sky-blue-500: #1AFFBA;
--sky-blue-600: #00E09D;
--sky-blue-700: #00B37D;
--sky-blue-800: #008059;
--sky-blue-900: #005239;
--sky-blue-950: #003324;
}