Sky Blue
#98F1D3
GreenColor Codes
All color formats for development
HEX
#98F1D3RGB
rgb(152, 241, 211)HSL
hsl(160, 76%, 77%)OKLCH
oklch(0.894 0.096 170.7)CMYK
cmyk(37%, 0%, 12%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75ECC5
2#53E7B6
3#30E3A7
4#1CCF94
5#18AD7B
6#138A62
7#0E684A
8#094531
9#052319
Tints
Lighter variations
1#A2F2D8
2#ACF4DC
3#B7F5E0
4#C1F7E5
5#CBF8E9
6#D6F9ED
7#E0FBF2
8#EAFCF6
9#F5FEFB
Tones
Muted variations
1#9CECD2
2#A1E8D0
3#A5E4CF
4#AADFCD
5#AEDBCC
6#B3D6CA
7#B7D2C9
8#BBCDC7
9#C0C9C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1D3 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EABC | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC58D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4833 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDF9;
--sky-blue-100: #E0FBF2;
--sky-blue-200: #C5F7E6;
--sky-blue-300: #98F1D3;
--sky-blue-400: #62EABC;
--sky-blue-500: #35E3A9;
--sky-blue-600: #1BC58D;
--sky-blue-700: #159D70;
--sky-blue-800: #0F7050;
--sky-blue-900: #0A4833;
--sky-blue-950: #062D20;
}