Sky Blue
#9EEBD6
GreenColor Codes
All color formats for development
HEX
#9EEBD6RGB
rgb(158, 235, 214)HSL
hsl(164, 66%, 77%)OKLCH
oklch(0.884 0.082 175.3)CMYK
cmyk(33%, 0%, 9%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7DE4C9
2#5CDEBB
3#3CD7AE
4#28C49A
5#21A380
6#1B8267
7#14624D
8#0D4133
9#07211A
Tints
Lighter variations
1#A7EDDA
2#B1EFDF
3#BBF1E3
4#C5F3E7
5#CEF5EB
6#D8F7EF
7#E2F9F3
8#ECFBF7
9#F5FDFB
Tones
Muted variations
1#A2E7D5
2#A5E3D3
3#A9DFD1
4#ADDCCF
5#B1D8CD
6#B5D4CC
7#B9D0CA
8#BDCCC8
9#C0C8C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBD6 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1C1 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BA93 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9475 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A53 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E4435 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFA;
--sky-blue-100: #E1F9F3;
--sky-blue-200: #C8F4E8;
--sky-blue-300: #9EEBD6;
--sky-blue-400: #6BE1C1;
--sky-blue-500: #41D8B0;
--sky-blue-600: #26BA93;
--sky-blue-700: #1E9475;
--sky-blue-800: #166A53;
--sky-blue-900: #0E4435;
--sky-blue-950: #092A21;
}