Sky Blue
#97F2D0
GreenColor Codes
All color formats for development
HEX
#97F2D0RGB
rgb(151, 242, 208)HSL
hsl(158, 78%, 77%)OKLCH
oklch(0.895 0.1 168.3)CMYK
cmyk(38%, 0%, 14%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EEC1
2#51E9B1
3#2EE5A2
4#1AD28E
5#16AF77
6#118C5F
7#0D6947
8#09462F
9#042318
Tints
Lighter variations
1#A1F3D5
2#ABF5DA
3#B6F6DE
4#C0F7E3
5#CBF9E8
6#D5FAEC
7#E0FBF1
8#EAFCF6
9#F5FEFA
Tones
Muted variations
1#9BEECF
2#A0E9CE
3#A4E4CD
4#A9E0CC
5#ADDBCA
6#B2D7C9
7#B7D2C8
8#BBCDC7
9#C0C9C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D1 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBB8 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C888 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E714D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094931 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDF9;
--sky-blue-100: #DFFBF1;
--sky-blue-200: #C4F8E5;
--sky-blue-300: #97F2D1;
--sky-blue-400: #60EBB8;
--sky-blue-500: #33E6A4;
--sky-blue-600: #19C888;
--sky-blue-700: #149F6C;
--sky-blue-800: #0E714D;
--sky-blue-900: #094931;
--sky-blue-950: #062D1F;
}