Sky Blue
#9CEDDB
CyanColor Codes
All color formats for development
HEX
#9CEDDBRGB
rgb(156, 237, 219)HSL
hsl(167, 69%, 77%)OKLCH
oklch(0.889 0.083 178.7)CMYK
cmyk(34%, 0%, 8%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE7CF
2#5AE1C3
3#38DBB7
4#25C7A4
5#1EA689
6#18856D
7#126452
8#0C4237
9#06211B
Tints
Lighter variations
1#A6EFDF
2#B0F0E2
3#BAF2E6
4#C4F4EA
5#CDF6ED
6#D7F8F1
7#E1FAF4
8#EBFBF8
9#F5FDFB
Tones
Muted variations
1#A0E9D9
2#A4E5D7
3#A8E1D4
4#ACDDD2
5#B0D9D0
6#B4D5CE
7#B8D0CB
8#BCCCC9
9#C0C8C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDDB | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3C9 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C977C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4539 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFA;
--sky-blue-100: #E1F9F4;
--sky-blue-200: #C7F5EB;
--sky-blue-300: #9CEDDB;
--sky-blue-400: #68E3C9;
--sky-blue-500: #3DDBB9;
--sky-blue-600: #23BE9C;
--sky-blue-700: #1C977C;
--sky-blue-800: #146C59;
--sky-blue-900: #0D4539;
--sky-blue-950: #082B23;
}