Sky Blue
#97F2D5
GreenColor Codes
All color formats for development
HEX
#97F2D5RGB
rgb(151, 242, 213)HSL
hsl(161, 78%, 77%)OKLCH
oklch(0.896 0.097 171.7)CMYK
cmyk(38%, 0%, 12%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EEC7
2#51E9B9
3#2EE5AB
4#1AD298
5#16AF7E
6#118C65
7#0D694C
8#094633
9#042319
Tints
Lighter variations
1#A1F3D9
2#ABF5DD
3#B6F6E2
4#C0F7E6
5#CBF9EA
6#D5FAEE
7#E0FBF2
8#EAFCF7
9#F5FEFB
Tones
Muted variations
1#9BEED3
2#A0E9D2
3#A4E4D0
4#A9E0CE
5#ADDBCD
6#B2D7CB
7#B7D2C9
8#BBCDC8
9#C0C9C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D5 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBBF | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6AD | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C890 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7152 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094934 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFA;
--sky-blue-100: #DFFBF2;
--sky-blue-200: #C4F8E7;
--sky-blue-300: #97F2D5;
--sky-blue-400: #60EBBF;
--sky-blue-500: #33E6AD;
--sky-blue-600: #19C890;
--sky-blue-700: #149F73;
--sky-blue-800: #0E7152;
--sky-blue-900: #094934;
--sky-blue-950: #062D21;
}