Sky Blue
#98F1DC
CyanColor Codes
All color formats for development
HEX
#98F1DCRGB
rgb(152, 241, 220)HSL
hsl(166, 76%, 77%)OKLCH
oklch(0.896 0.091 177.4)CMYK
cmyk(37%, 0%, 9%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75ECD0
2#53E7C5
3#30E3B9
4#1CCFA6
5#18AD8A
6#138A6E
7#0E6853
8#094537
9#05231C
Tints
Lighter variations
1#A2F2E0
2#ACF4E3
3#B7F5E7
4#C1F7EA
5#CBF8EE
6#D6F9F1
7#E0FBF5
8#EAFCF8
9#F5FEFC
Tones
Muted variations
1#9CECDA
2#A1E8D7
3#A5E4D5
4#AADFD3
5#AEDBD0
6#B3D6CE
7#B7D2CB
8#BBCDC9
9#C0C9C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1DC | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EACA | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC59E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F705A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4839 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFA;
--sky-blue-100: #E0FBF4;
--sky-blue-200: #C5F7EB;
--sky-blue-300: #98F1DC;
--sky-blue-400: #62EACA;
--sky-blue-500: #35E3BB;
--sky-blue-600: #1BC59E;
--sky-blue-700: #159D7D;
--sky-blue-800: #0F705A;
--sky-blue-900: #0A4839;
--sky-blue-950: #062D24;
}