Sky Blue
#97F2DE
CyanColor Codes
All color formats for development
HEX
#97F2DERGB
rgb(151, 242, 222)HSL
hsl(167, 78%, 77%)OKLCH
oklch(0.898 0.092 178.5)CMYK
cmyk(38%, 0%, 8%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EED3
2#51E9C8
3#2EE5BD
4#1AD2AA
5#16AF8E
6#118C71
7#0D6955
8#094639
9#04231C
Tints
Lighter variations
1#A1F3E2
2#ABF5E5
3#B6F6E8
4#C0F7EB
5#CBF9EF
6#D5FAF2
7#E0FBF5
8#EAFCF8
9#F5FEFC
Tones
Muted variations
1#9BEEDC
2#A0E9D9
3#A4E4D6
4#A9E0D4
5#ADDBD1
6#B2D7CF
7#B7D2CC
8#BBCDCA
9#C0C9C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2DE | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBCD | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E715C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFB;
--sky-blue-100: #DFFBF5;
--sky-blue-200: #C4F8ED;
--sky-blue-300: #97F2DE;
--sky-blue-400: #60EBCD;
--sky-blue-500: #33E6BF;
--sky-blue-600: #19C8A2;
--sky-blue-700: #149F81;
--sky-blue-800: #0E715C;
--sky-blue-900: #09493B;
--sky-blue-950: #062D25;
}