Sky Blue
#98F1E9
CyanColor Codes
All color formats for development
HEX
#98F1E9RGB
rgb(152, 241, 233)HSL
hsl(175, 76%, 77%)OKLCH
oklch(0.9 0.087 188.5)CMYK
cmyk(37%, 0%, 3%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75ECE2
2#53E7DB
3#30E3D4
4#1CCFC0
5#18ADA0
6#138A80
7#0E6860
8#094540
9#052320
Tints
Lighter variations
1#A2F2EC
2#ACF4EE
3#B7F5F0
4#C1F7F2
5#CBF8F4
6#D6F9F6
7#E0FBF9
8#EAFCFB
9#F5FEFD
Tones
Muted variations
1#9CECE6
2#A1E8E2
3#A5E4DE
4#AADFDB
5#AEDBD7
6#B3D6D3
7#B7D2CF
8#BBCDCC
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 #C5F7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E9 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EADE | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4843 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2A | 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: #C5F7F3;
--sky-blue-300: #98F1E9;
--sky-blue-400: #62EADE;
--sky-blue-500: #35E3D5;
--sky-blue-600: #1BC5B7;
--sky-blue-700: #159D92;
--sky-blue-800: #0F7068;
--sky-blue-900: #0A4843;
--sky-blue-950: #062D2A;
}