Sky Blue
#98F1CF
GreenColor Codes
All color formats for development
HEX
#98F1CFRGB
rgb(152, 241, 207)HSL
hsl(157, 76%, 77%)OKLCH
oklch(0.893 0.099 167.9)CMYK
cmyk(37%, 0%, 14%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75ECBF
2#53E7AE
3#30E39E
4#1CCF8B
5#18AD74
6#138A5C
7#0E6845
8#09452E
9#052317
Tints
Lighter variations
1#A2F2D4
2#ACF4D8
3#B7F5DD
4#C1F7E2
5#CBF8E7
6#D6F9EC
7#E0FBF1
8#EAFCF5
9#F5FEFA
Tones
Muted variations
1#9CECCE
2#A1E8CD
3#A5E4CC
4#AADFCB
5#AEDBCA
6#B3D6C9
7#B7D2C7
8#BBCDC6
9#C0C9C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1CF | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAB6 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC584 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F704B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4830 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDF9;
--sky-blue-100: #E0FBF0;
--sky-blue-200: #C5F7E4;
--sky-blue-300: #98F1CF;
--sky-blue-400: #62EAB6;
--sky-blue-500: #35E3A1;
--sky-blue-600: #1BC584;
--sky-blue-700: #159D69;
--sky-blue-800: #0F704B;
--sky-blue-900: #0A4830;
--sky-blue-950: #062D1E;
}