Sky Blue
#98F1E7
CyanColor Codes
All color formats for development
HEX
#98F1E7RGB
rgb(152, 241, 231)HSL
hsl(173, 76%, 77%)OKLCH
oklch(0.899 0.087 186.7)CMYK
cmyk(37%, 0%, 4%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75ECDE
2#53E7D6
3#30E3CE
4#1CCFBA
5#18AD9B
6#138A7C
7#0E685D
8#09453E
9#05231F
Tints
Lighter variations
1#A2F2E9
2#ACF4EB
3#B7F5EE
4#C1F7F0
5#CBF8F3
6#D6F9F5
7#E0FBF8
8#EAFCFA
9#F5FEFD
Tones
Muted variations
1#9CECE3
2#A1E8E0
3#A5E4DC
4#AADFD9
5#AEDBD5
6#B3D6D2
7#B7D2CF
8#BBCDCB
9#C0C9C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E7 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EADA | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7065 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4841 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E0FBF8;
--sky-blue-200: #C5F7F1;
--sky-blue-300: #98F1E7;
--sky-blue-400: #62EADA;
--sky-blue-500: #35E3CF;
--sky-blue-600: #1BC5B2;
--sky-blue-700: #159D8D;
--sky-blue-800: #0F7065;
--sky-blue-900: #0A4841;
--sky-blue-950: #062D28;
}