Sky Blue
#98F1E2
CyanColor Codes
All color formats for development
HEX
#98F1E2RGB
rgb(152, 241, 226)HSL
hsl(170, 76%, 77%)OKLCH
oklch(0.898 0.089 182.4)CMYK
cmyk(37%, 0%, 6%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75ECD8
2#53E7CF
3#30E3C5
4#1CCFB2
5#18AD94
6#138A76
7#0E6859
8#09453B
9#05231E
Tints
Lighter variations
1#A2F2E5
2#ACF4E8
3#B7F5EB
4#C1F7EE
5#CBF8F1
6#D6F9F3
7#E0FBF6
8#EAFCF9
9#F5FEFC
Tones
Muted variations
1#9CECDF
2#A1E8DC
3#A5E4D9
4#AADFD6
5#AEDBD3
6#B3D6D0
7#B7D2CD
8#BBCDCA
9#C0C9C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E2 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAD3 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A483D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFB;
--sky-blue-100: #E0FBF6;
--sky-blue-200: #C5F7EF;
--sky-blue-300: #98F1E2;
--sky-blue-400: #62EAD3;
--sky-blue-500: #35E3C6;
--sky-blue-600: #1BC5A9;
--sky-blue-700: #159D86;
--sky-blue-800: #0F7060;
--sky-blue-900: #0A483D;
--sky-blue-950: #062D26;
}