Sky Blue
#98F1EF
CyanColor Codes
All color formats for development
HEX
#98F1EFRGB
rgb(152, 241, 239)HSL
hsl(179, 76%, 77%)OKLCH
oklch(0.902 0.086 193.9)CMYK
cmyk(37%, 0%, 1%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75ECEA
2#53E7E5
3#30E3E0
4#1CCFCC
5#18ADAA
6#138A88
7#0E6866
8#094544
9#052322
Tints
Lighter variations
1#A2F2F1
2#ACF4F3
3#B7F5F4
4#C1F7F6
5#CBF8F7
6#D6F9F9
7#E0FBFA
8#EAFCFC
9#F5FEFD
Tones
Muted variations
1#9CECEB
2#A1E8E7
3#A5E4E3
4#AADFDE
5#AEDBDA
6#B3D6D6
7#B7D2D1
8#BBCDCD
9#C0C9C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1EF | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAE7 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3E1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D9B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F706F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4847 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFD;
--sky-blue-100: #E0FBFA;
--sky-blue-200: #C5F7F6;
--sky-blue-300: #98F1EF;
--sky-blue-400: #62EAE7;
--sky-blue-500: #35E3E1;
--sky-blue-600: #1BC5C3;
--sky-blue-700: #159D9B;
--sky-blue-800: #0F706F;
--sky-blue-900: #0A4847;
--sky-blue-950: #062D2C;
}