Sky Blue
#4DFFC3
GreenColor Codes
All color formats for development
HEX
#4DFFC3RGB
rgb(77, 255, 195)HSL
hsl(160, 100%, 65%)OKLCH
oklch(0.896 0.166 165.9)CMYK
cmyk(70%, 0%, 24%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BFFB8
2#0AFFAD
3#00E89B
4#00C785
5#00A66F
6#008558
7#006342
8#00422C
9#002116
Tints
Lighter variations
1#5EFFC9
2#70FFCF
3#82FFD5
4#94FFDB
5#A6FFE1
6#B8FFE7
7#C9FFED
8#DBFFF3
9#EDFFF9
Tones
Muted variations
1#55F6C1
2#5EEDBE
3#67E4BB
4#70DBB8
5#79D2B5
6#82C9B2
7#8BC1AF
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 #DBFFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD8 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFC3 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E096 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B377 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008055 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005236 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003322 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFA;
--sky-blue-100: #DBFFF3;
--sky-blue-200: #BDFFE9;
--sky-blue-300: #8AFFD8;
--sky-blue-400: #4DFFC3;
--sky-blue-500: #1AFFB2;
--sky-blue-600: #00E096;
--sky-blue-700: #00B377;
--sky-blue-800: #008055;
--sky-blue-900: #005236;
--sky-blue-950: #003322;
}