Sky Blue
#97F2F2
CyanColor Codes
All color formats for development
HEX
#97F2F2RGB
rgb(151, 242, 242)HSL
hsl(180, 78%, 77%)OKLCH
oklch(0.904 0.087 195.7)CMYK
cmyk(38%, 0%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#74EEEE
2#51E9E9
3#2EE5E5
4#1AD2D2
5#16AFAF
6#118C8C
7#0D6969
8#094646
9#042323
Tints
Lighter variations
1#A1F3F3
2#ABF5F5
3#B6F6F6
4#C0F7F7
5#CBF9F9
6#D5FAFA
7#E0FBFB
8#EAFCFC
9#F5FEFE
Tones
Muted variations
1#9BEEEE
2#A0E9E9
3#A4E4E4
4#A9E0E0
5#ADDBDB
6#B2D7D7
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 #C4F8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2F2 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBEB | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094949 | 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: #C4F8F8;
--sky-blue-300: #97F2F2;
--sky-blue-400: #60EBEB;
--sky-blue-500: #33E6E6;
--sky-blue-600: #19C8C8;
--sky-blue-700: #149F9F;
--sky-blue-800: #0E7171;
--sky-blue-900: #094949;
--sky-blue-950: #062D2D;
}