Sky Blue
#98F1D0
GreenColor Codes
All color formats for development
HEX
#98F1D0RGB
rgb(152, 241, 208)HSL
hsl(158, 76%, 77%)OKLCH
oklch(0.893 0.098 168.6)CMYK
cmyk(37%, 0%, 14%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75ECC1
2#53E7B1
3#30E3A1
4#1CCF8E
5#18AD76
6#138A5E
7#0E6847
8#09452F
9#052318
Tints
Lighter variations
1#A2F2D5
2#ACF4DA
3#B7F5DE
4#C1F7E3
5#CBF8E8
6#D6F9EC
7#E0FBF1
8#EAFCF6
9#F5FEFA
Tones
Muted variations
1#9CECCF
2#A1E8CE
3#A5E4CD
4#AADFCB
5#AEDBCA
6#B3D6C9
7#B7D2C8
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 #E0FBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1D0 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAB8 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC587 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F704D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4831 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDF9;
--sky-blue-100: #E0FBF1;
--sky-blue-200: #C5F7E5;
--sky-blue-300: #98F1D0;
--sky-blue-400: #62EAB8;
--sky-blue-500: #35E3A4;
--sky-blue-600: #1BC587;
--sky-blue-700: #159D6B;
--sky-blue-800: #0F704D;
--sky-blue-900: #0A4831;
--sky-blue-950: #062D1F;
}