Sky Blue
#98F1EB
CyanColor Codes
All color formats for development
HEX
#98F1EBRGB
rgb(152, 241, 235)HSL
hsl(176, 76%, 77%)OKLCH
oklch(0.9 0.086 190.3)CMYK
cmyk(37%, 0%, 2%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75ECE4
2#53E7DE
3#30E3D7
4#1CCFC3
5#18ADA3
6#138A82
7#0E6862
8#094541
9#052321
Tints
Lighter variations
1#A2F2ED
2#ACF4EF
3#B7F5F1
4#C1F7F3
5#CBF8F5
6#D6F9F7
7#E0FBF9
8#EAFCFB
9#F5FEFD
Tones
Muted variations
1#9CECE7
2#A1E8E3
3#A5E4DF
4#AADFDC
5#AEDBD8
6#B3D6D4
7#B7D2D0
8#BBCDCC
9#C0C9C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1EB | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAE1 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F706A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4844 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E0FBF9;
--sky-blue-200: #C5F7F4;
--sky-blue-300: #98F1EB;
--sky-blue-400: #62EAE1;
--sky-blue-500: #35E3D8;
--sky-blue-600: #1BC5BA;
--sky-blue-700: #159D94;
--sky-blue-800: #0F706A;
--sky-blue-900: #0A4844;
--sky-blue-950: #062D2A;
}