Sky Blue
#98F0DA
CyanColor Codes
All color formats for development
HEX
#98F0DARGB
rgb(152, 240, 218)HSL
hsl(165, 75%, 77%)OKLCH
oklch(0.893 0.091 176.5)CMYK
cmyk(37%, 0%, 9%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#76EBCE
2#54E7C2
3#31E2B6
4#1DCEA2
5#19AC87
6#14896C
7#0F6751
8#0A4536
9#05221B
Tints
Lighter variations
1#A3F2DE
2#ADF3E2
3#B7F5E5
4#C1F6E9
5#CCF8ED
6#D6F9F0
7#E0FBF4
8#EAFCF8
9#F5FEFB
Tones
Muted variations
1#9DECD8
2#A1E8D6
3#A6E3D4
4#AADFD2
5#AEDACF
6#B3D6CD
7#B7D2CB
8#BCCDC9
9#C0C9C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0DA | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9C7 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC49A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C7B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107058 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4738 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFA;
--sky-blue-100: #E0FBF4;
--sky-blue-200: #C5F7EA;
--sky-blue-300: #98F0DA;
--sky-blue-400: #63E9C7;
--sky-blue-500: #36E2B7;
--sky-blue-600: #1CC49A;
--sky-blue-700: #169C7B;
--sky-blue-800: #107058;
--sky-blue-900: #0A4738;
--sky-blue-950: #062D23;
}