Sky Blue
#97F2F1
CyanColor Codes
All color formats for development
HEX
#97F2F1RGB
rgb(151, 242, 241)HSL
hsl(179, 78%, 77%)OKLCH
oklch(0.904 0.087 194.8)CMYK
cmyk(38%, 0%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EEEC
2#51E9E7
3#2EE5E2
4#1AD2CF
5#16AFAC
6#118C8A
7#0D6967
8#094645
9#042322
Tints
Lighter variations
1#A1F3F2
2#ABF5F3
3#B6F6F5
4#C0F7F6
5#CBF9F8
6#D5FAF9
7#E0FBFB
8#EAFCFC
9#F5FEFE
Tones
Muted variations
1#9BEEEC
2#A0E9E8
3#A4E4E3
4#A9E0DF
5#ADDBDA
6#B2D7D6
7#B7D2D2
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 #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2F1 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE9 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7170 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094948 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFD;
--sky-blue-100: #DFFBFB;
--sky-blue-200: #C4F8F7;
--sky-blue-300: #97F2F1;
--sky-blue-400: #60EBE9;
--sky-blue-500: #33E6E3;
--sky-blue-600: #19C8C5;
--sky-blue-700: #149F9D;
--sky-blue-800: #0E7170;
--sky-blue-900: #094948;
--sky-blue-950: #062D2D;
}