Sky Blue
#9CEDE3
CyanColor Codes
All color formats for development
HEX
#9CEDE3RGB
rgb(156, 237, 227)HSL
hsl(173, 69%, 77%)OKLCH
oklch(0.891 0.081 186.1)CMYK
cmyk(34%, 0%, 4%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE7DA
2#5AE1D1
3#38DBC8
4#25C7B4
5#1EA696
6#188578
7#12645A
8#0C423C
9#06211E
Tints
Lighter variations
1#A6EFE6
2#B0F0E9
3#BAF2EC
4#C4F4EE
5#CDF6F1
6#D7F8F4
7#E1FAF7
8#EBFBF9
9#F5FDFC
Tones
Muted variations
1#A0E9E0
2#A4E5DD
3#A8E1DA
4#ACDDD7
5#B0D9D4
6#B4D5D1
7#B8D0CE
8#BCCCCB
9#C0C8C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDE3 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3D5 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9788 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFB;
--sky-blue-100: #E1F9F7;
--sky-blue-200: #C7F5EF;
--sky-blue-300: #9CEDE3;
--sky-blue-400: #68E3D5;
--sky-blue-500: #3DDBC9;
--sky-blue-600: #23BEAC;
--sky-blue-700: #1C9788;
--sky-blue-800: #146C61;
--sky-blue-900: #0D453E;
--sky-blue-950: #082B27;
}