Sky Blue
#97F2CA
GreenColor Codes
All color formats for development
HEX
#97F2CARGB
rgb(151, 242, 202)HSL
hsl(154, 78%, 77%)OKLCH
oklch(0.893 0.104 164.5)CMYK
cmyk(38%, 0%, 17%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EEB9
2#51E9A7
3#2EE596
4#1AD282
5#16AF6C
6#118C57
7#0D6941
8#09462B
9#042316
Tints
Lighter variations
1#A1F3D0
2#ABF5D5
3#B6F6DA
4#C0F7DF
5#CBF9E5
6#D5FAEA
7#E0FBEF
8#EAFCF4
9#F5FEFA
Tones
Muted variations
1#9BEECA
2#A0E9C9
3#A4E4C9
4#A9E0C8
5#ADDBC7
6#B2D7C7
7#B7D2C6
8#BBCDC6
9#C0C9C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2CA | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBAF | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E698 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C87C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F63 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7146 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDF8;
--sky-blue-100: #DFFBEF;
--sky-blue-200: #C4F8E1;
--sky-blue-300: #97F2CA;
--sky-blue-400: #60EBAF;
--sky-blue-500: #33E698;
--sky-blue-600: #19C87C;
--sky-blue-700: #149F63;
--sky-blue-800: #0E7146;
--sky-blue-900: #09492D;
--sky-blue-950: #062D1C;
}