Sky Blue
#98F1E5
CyanColor Codes
All color formats for development
HEX
#98F1E5RGB
rgb(152, 241, 229)HSL
hsl(172, 76%, 77%)OKLCH
oklch(0.899 0.088 185)CMYK
cmyk(37%, 0%, 5%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75ECDC
2#53E7D4
3#30E3CB
4#1CCFB7
5#18AD99
6#138A7A
7#0E685C
8#09453D
9#05231F
Tints
Lighter variations
1#A2F2E8
2#ACF4EA
3#B7F5ED
4#C1F7EF
5#CBF8F2
6#D6F9F5
7#E0FBF7
8#EAFCFA
9#F5FEFC
Tones
Muted variations
1#9CECE2
2#A1E8DF
3#A5E4DB
4#AADFD8
5#AEDBD5
6#B3D6D1
7#B7D2CE
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 #E0FBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E5 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAD7 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3CC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7063 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4840 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E0FBF7;
--sky-blue-200: #C5F7F0;
--sky-blue-300: #98F1E5;
--sky-blue-400: #62EAD7;
--sky-blue-500: #35E3CC;
--sky-blue-600: #1BC5AF;
--sky-blue-700: #159D8B;
--sky-blue-800: #0F7063;
--sky-blue-900: #0A4840;
--sky-blue-950: #062D28;
}