Sky Blue
#98F1D2
GreenColor Codes
All color formats for development
HEX
#98F1D2RGB
rgb(152, 241, 210)HSL
hsl(159, 76%, 77%)OKLCH
oklch(0.893 0.097 169.9)CMYK
cmyk(37%, 0%, 13%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75ECC3
2#53E7B3
3#30E3A4
4#1CCF91
5#18AD79
6#138A60
7#0E6848
8#094530
9#052318
Tints
Lighter variations
1#A2F2D6
2#ACF4DB
3#B7F5DF
4#C1F7E4
5#CBF8E8
6#D6F9ED
7#E0FBF1
8#EAFCF6
9#F5FEFA
Tones
Muted variations
1#9CECD0
2#A1E8CF
3#A5E4CE
4#AADFCC
5#AEDBCB
6#B3D6CA
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 #98F1D2 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EABA | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3A6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC58A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D6E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F704E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4832 | 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: #98F1D2;
--sky-blue-400: #62EABA;
--sky-blue-500: #35E3A6;
--sky-blue-600: #1BC58A;
--sky-blue-700: #159D6E;
--sky-blue-800: #0F704E;
--sky-blue-900: #0A4832;
--sky-blue-950: #062D1F;
}