Sky Blue
#97F1F2
CyanColor Codes
All color formats for development
HEX
#97F1F2RGB
rgb(151, 241, 242)HSL
hsl(181, 78%, 77%)OKLCH
oklch(0.902 0.086 196.6)CMYK
cmyk(38%, 0%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74ECEE
2#51E7E9
3#2EE2E5
4#1ACFD2
5#16ACAF
6#118A8C
7#0D6769
8#094546
9#042223
Tints
Lighter variations
1#A1F2F3
2#ABF3F5
3#B6F5F6
4#C0F6F7
5#CBF8F9
6#D5F9FA
7#E0FBFB
8#EAFCFC
9#F5FEFE
Tones
Muted variations
1#9BECEE
2#A0E8E9
3#A4E3E4
4#A9DFE0
5#ADDADB
6#B2D6D7
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 | C4F7 #C4F7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F1 #97F1F2 | BordersInactive statesPlaceholder text |
| 400 | 60E9 #60E9EB | Disabled statesSecondary iconsMuted text |
| 500 | 33E3 #33E3E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C5 #19C5C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149D #149D9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E70 #0E7071 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094849 | 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: #C4F7F8;
--sky-blue-300: #97F1F2;
--sky-blue-400: #60E9EB;
--sky-blue-500: #33E3E6;
--sky-blue-600: #19C5C8;
--sky-blue-700: #149D9F;
--sky-blue-800: #0E7071;
--sky-blue-900: #094849;
--sky-blue-950: #062D2D;
}