Sky Blue
#9EEBDA
CyanColor Codes
All color formats for development
HEX
#9EEBDARGB
rgb(158, 235, 218)HSL
hsl(167, 66%, 77%)OKLCH
oklch(0.885 0.08 178.9)CMYK
cmyk(33%, 0%, 7%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7DE4CE
2#5CDEC2
3#3CD7B5
4#28C4A2
5#21A387
6#1B826C
7#146251
8#0D4136
9#07211B
Tints
Lighter variations
1#A7EDDE
2#B1EFE2
3#BBF1E5
4#C5F3E9
5#CEF5ED
6#D8F7F0
7#E2F9F4
8#ECFBF8
9#F5FDFB
Tones
Muted variations
1#A2E7D8
2#A5E3D6
3#A9DFD4
4#ADDCD2
5#B1D8CF
6#B5D4CD
7#B9D0CB
8#BDCCC9
9#C0C8C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBDA | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1C7 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E947B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4438 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFA;
--sky-blue-100: #E1F9F4;
--sky-blue-200: #C8F4EA;
--sky-blue-300: #9EEBDA;
--sky-blue-400: #6BE1C7;
--sky-blue-500: #41D8B7;
--sky-blue-600: #26BA9A;
--sky-blue-700: #1E947B;
--sky-blue-800: #166A58;
--sky-blue-900: #0E4438;
--sky-blue-950: #092A23;
}