Sky Blue
#98F1D8
GreenColor Codes
All color formats for development
HEX
#98F1D8RGB
rgb(152, 241, 216)HSL
hsl(163, 76%, 77%)OKLCH
oklch(0.895 0.093 174.3)CMYK
cmyk(37%, 0%, 10%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75ECCA
2#53E7BD
3#30E3B0
4#1CCF9D
5#18AD83
6#138A68
7#0E684E
8#094534
9#05231A
Tints
Lighter variations
1#A2F2DC
2#ACF4E0
3#B7F5E3
4#C1F7E7
5#CBF8EB
6#D6F9EF
7#E0FBF3
8#EAFCF7
9#F5FEFB
Tones
Muted variations
1#9CECD6
2#A1E8D4
3#A5E4D2
4#AADFD0
5#AEDBCE
6#B3D6CC
7#B7D2CA
8#BBCDC8
9#C0C9C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1D8 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAC3 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC595 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7055 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4836 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFA;
--sky-blue-100: #E0FBF3;
--sky-blue-200: #C5F7E9;
--sky-blue-300: #98F1D8;
--sky-blue-400: #62EAC3;
--sky-blue-500: #35E3B2;
--sky-blue-600: #1BC595;
--sky-blue-700: #159D77;
--sky-blue-800: #0F7055;
--sky-blue-900: #0A4836;
--sky-blue-950: #062D22;
}