Sky Blue
#97F2EF
CyanColor Codes
All color formats for development
HEX
#97F2EFRGB
rgb(151, 242, 239)HSL
hsl(178, 78%, 77%)OKLCH
oklch(0.903 0.087 193)CMYK
cmyk(38%, 0%, 1%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EEEA
2#51E9E4
3#2EE5DF
4#1AD2CC
5#16AFAA
6#118C88
7#0D6966
8#094644
9#042322
Tints
Lighter variations
1#A1F3F1
2#ABF5F2
3#B6F6F4
4#C0F7F5
5#CBF9F7
6#D5FAF9
7#E0FBFA
8#EAFCFC
9#F5FEFD
Tones
Muted variations
1#9BEEEB
2#A0E9E7
3#A4E4E2
4#A9E0DE
5#ADDBDA
6#B2D7D5
7#B7D2D1
8#BBCDCD
9#C0C9C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EF | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE7 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E716E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094947 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFD;
--sky-blue-100: #DFFBFA;
--sky-blue-200: #C4F8F6;
--sky-blue-300: #97F2EF;
--sky-blue-400: #60EBE7;
--sky-blue-500: #33E6E0;
--sky-blue-600: #19C8C2;
--sky-blue-700: #149F9A;
--sky-blue-800: #0E716E;
--sky-blue-900: #094947;
--sky-blue-950: #062D2C;
}