Sky Blue
#98F1E4
CyanColor Codes
All color formats for development
HEX
#98F1E4RGB
rgb(152, 241, 228)HSL
hsl(171, 76%, 77%)OKLCH
oklch(0.898 0.088 184.1)CMYK
cmyk(37%, 0%, 5%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#75ECDA
2#53E7D1
3#30E3C8
4#1CCFB4
5#18AD96
6#138A78
7#0E685A
8#09453C
9#05231E
Tints
Lighter variations
1#A2F2E6
2#ACF4E9
3#B7F5EC
4#C1F7EF
5#CBF8F1
6#D6F9F4
7#E0FBF7
8#EAFCFA
9#F5FEFC
Tones
Muted variations
1#9CECE0
2#A1E8DD
3#A5E4DA
4#AADFD7
5#AEDBD4
6#B3D6D1
7#B7D2CE
8#BBCDCB
9#C0C9C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E4 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAD5 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A483F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFB;
--sky-blue-100: #E0FBF7;
--sky-blue-200: #C5F7EF;
--sky-blue-300: #98F1E4;
--sky-blue-400: #62EAD5;
--sky-blue-500: #35E3C9;
--sky-blue-600: #1BC5AC;
--sky-blue-700: #159D89;
--sky-blue-800: #0F7062;
--sky-blue-900: #0A483F;
--sky-blue-950: #062D27;
}