Sky Blue
#97F2D6
GreenColor Codes
All color formats for development
HEX
#97F2D6RGB
rgb(151, 242, 214)HSL
hsl(162, 78%, 77%)OKLCH
oklch(0.896 0.096 172.5)CMYK
cmyk(38%, 0%, 12%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EEC9
2#51E9BC
3#2EE5AE
4#1AD29B
5#16AF81
6#118C67
7#0D694D
8#094634
9#04231A
Tints
Lighter variations
1#A1F3DB
2#ABF5DF
3#B6F6E3
4#C0F7E7
5#CBF9EB
6#D5FAEF
7#E0FBF3
8#EAFCF7
9#F5FEFB
Tones
Muted variations
1#9BEED5
2#A0E9D3
3#A4E4D1
4#A9E0CF
5#ADDBCD
6#B2D7CC
7#B7D2CA
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 #DFFBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D7 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBC2 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C893 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7154 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094936 | 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: #DFFBF3;
--sky-blue-200: #C4F8E8;
--sky-blue-300: #97F2D7;
--sky-blue-400: #60EBC2;
--sky-blue-500: #33E6B0;
--sky-blue-600: #19C893;
--sky-blue-700: #149F75;
--sky-blue-800: #0E7154;
--sky-blue-900: #094936;
--sky-blue-950: #062D21;
}