Sky Blue
#97F2EE
CyanColor Codes
All color formats for development
HEX
#97F2EERGB
rgb(151, 242, 238)HSL
hsl(177, 78%, 77%)OKLCH
oklch(0.903 0.087 192.1)CMYK
cmyk(38%, 0%, 2%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EEE8
2#51E9E2
3#2EE5DC
4#1AD2C9
5#16AFA7
6#118C86
7#0D6964
8#094643
9#042321
Tints
Lighter variations
1#A1F3EF
2#ABF5F1
3#B6F6F3
4#C0F7F5
5#CBF9F6
6#D5FAF8
7#E0FBFA
8#EAFCFC
9#F5FEFD
Tones
Muted variations
1#9BEEE9
2#A0E9E5
3#A4E4E1
4#A9E0DD
5#ADDBD9
6#B2D7D5
7#B7D2D1
8#BBCDCD
9#C0C9C8
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 #C4F8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EE | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE4 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E716D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094945 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2B | 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: #C4F8F5;
--sky-blue-300: #97F2EE;
--sky-blue-400: #60EBE4;
--sky-blue-500: #33E6DD;
--sky-blue-600: #19C8BF;
--sky-blue-700: #149F98;
--sky-blue-800: #0E716D;
--sky-blue-900: #094945;
--sky-blue-950: #062D2B;
}