Sky Blue
#97F2CF
GreenColor Codes
All color formats for development
HEX
#97F2CFRGB
rgb(151, 242, 207)HSL
hsl(157, 78%, 77%)OKLCH
oklch(0.894 0.101 167.7)CMYK
cmyk(38%, 0%, 14%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EEBF
2#51E9AF
3#2EE59F
4#1AD28B
5#16AF74
6#118C5D
7#0D6946
8#09462E
9#042317
Tints
Lighter variations
1#A1F3D4
2#ABF5D9
3#B6F6DD
4#C0F7E2
5#CBF9E7
6#D5FAEC
7#E0FBF1
8#EAFCF5
9#F5FEFA
Tones
Muted variations
1#9BEECE
2#A0E9CD
3#A4E4CC
4#A9E0CB
5#ADDBCA
6#B2D7C9
7#B7D2C8
8#BBCDC6
9#C0C9C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2CF | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBB6 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C885 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E714B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094930 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDF9;
--sky-blue-100: #DFFBF0;
--sky-blue-200: #C4F8E4;
--sky-blue-300: #97F2CF;
--sky-blue-400: #60EBB6;
--sky-blue-500: #33E6A1;
--sky-blue-600: #19C885;
--sky-blue-700: #149F69;
--sky-blue-800: #0E714B;
--sky-blue-900: #094930;
--sky-blue-950: #062D1E;
}