Sky Blue
#98F1DB
CyanColor Codes
All color formats for development
HEX
#98F1DBRGB
rgb(152, 241, 219)HSL
hsl(165, 76%, 77%)OKLCH
oklch(0.896 0.091 176.6)CMYK
cmyk(37%, 0%, 9%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75ECCE
2#53E7C2
3#30E3B6
4#1CCFA3
5#18AD87
6#138A6C
7#0E6851
8#094536
9#05231B
Tints
Lighter variations
1#A2F2DE
2#ACF4E2
3#B7F5E6
4#C1F7E9
5#CBF8ED
6#D6F9F0
7#E0FBF4
8#EAFCF8
9#F5FEFB
Tones
Muted variations
1#9CECD8
2#A1E8D6
3#A5E4D4
4#AADFD2
5#AEDBCF
6#B3D6CD
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 #C5F7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1DB | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAC8 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC59B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D7B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7058 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4838 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D23 | 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: #C5F7EA;
--sky-blue-300: #98F1DB;
--sky-blue-400: #62EAC8;
--sky-blue-500: #35E3B8;
--sky-blue-600: #1BC59B;
--sky-blue-700: #159D7B;
--sky-blue-800: #0F7058;
--sky-blue-900: #0A4838;
--sky-blue-950: #062D23;
}