Sky Blue
#98F1CA
GreenColor Codes
All color formats for development
HEX
#98F1CARGB
rgb(152, 241, 202)HSL
hsl(154, 76%, 77%)OKLCH
oklch(0.891 0.102 164.7)CMYK
cmyk(37%, 0%, 16%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75ECB9
2#53E7A7
3#30E395
4#1CCF82
5#18AD6C
6#138A56
7#0E6841
8#09452B
9#052316
Tints
Lighter variations
1#A2F2D0
2#ACF4D5
3#B7F5DA
4#C1F7DF
5#CBF8E5
6#D6F9EA
7#E0FBEF
8#EAFCF4
9#F5FEFA
Tones
Muted variations
1#9CECCA
2#A1E8C9
3#A5E4C9
4#AADFC8
5#AEDBC7
6#B3D6C7
7#B7D2C6
8#BBCDC6
9#C0C9C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1CA | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAAF | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E398 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC57C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7046 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A482D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDF8;
--sky-blue-100: #E0FBEF;
--sky-blue-200: #C5F7E1;
--sky-blue-300: #98F1CA;
--sky-blue-400: #62EAAF;
--sky-blue-500: #35E398;
--sky-blue-600: #1BC57C;
--sky-blue-700: #159D62;
--sky-blue-800: #0F7046;
--sky-blue-900: #0A482D;
--sky-blue-950: #062D1C;
}