Sky Blue
#98F1E8
CyanColor Codes
All color formats for development
HEX
#98F1E8RGB
rgb(152, 241, 232)HSL
hsl(174, 76%, 77%)OKLCH
oklch(0.9 0.087 187.6)CMYK
cmyk(37%, 0%, 4%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75ECE0
2#53E7D9
3#30E3D1
4#1CCFBD
5#18AD9E
6#138A7E
7#0E685F
8#09453F
9#052320
Tints
Lighter variations
1#A2F2EA
2#ACF4ED
3#B7F5EF
4#C1F7F1
5#CBF8F4
6#D6F9F6
7#E0FBF8
8#EAFCFA
9#F5FEFD
Tones
Muted variations
1#9CECE4
2#A1E8E1
3#A5E4DD
4#AADFDA
5#AEDBD6
6#B3D6D3
7#B7D2CF
8#BBCDCB
9#C0C9C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E8 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EADC | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7067 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4842 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E0FBF8;
--sky-blue-200: #C5F7F2;
--sky-blue-300: #98F1E8;
--sky-blue-400: #62EADC;
--sky-blue-500: #35E3D2;
--sky-blue-600: #1BC5B4;
--sky-blue-700: #159D90;
--sky-blue-800: #0F7067;
--sky-blue-900: #0A4842;
--sky-blue-950: #062D29;
}