Sky Blue
#9CEDD5
GreenColor Codes
All color formats for development
HEX
#9CEDD5RGB
rgb(156, 237, 213)HSL
hsl(162, 69%, 77%)OKLCH
oklch(0.887 0.086 173.6)CMYK
cmyk(34%, 0%, 10%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE7C6
2#5AE1B8
3#38DBAA
4#25C796
5#1EA67D
6#188564
7#12644B
8#0C4232
9#062119
Tints
Lighter variations
1#A6EFD9
2#B0F0DD
3#BAF2E1
4#C4F4E6
5#CDF6EA
6#D7F8EE
7#E1FAF2
8#EBFBF7
9#F5FDFB
Tones
Muted variations
1#A0E9D3
2#A4E5D1
3#A8E1D0
4#ACDDCE
5#B0D9CC
6#B4D5CB
7#B8D0C9
8#BCCCC8
9#C0C8C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDD5 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3BE | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE8F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9772 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4534 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDF9;
--sky-blue-100: #E1F9F2;
--sky-blue-200: #C7F5E7;
--sky-blue-300: #9CEDD5;
--sky-blue-400: #68E3BE;
--sky-blue-500: #3DDBAC;
--sky-blue-600: #23BE8F;
--sky-blue-700: #1C9772;
--sky-blue-800: #146C51;
--sky-blue-900: #0D4534;
--sky-blue-950: #082B21;
}