Sky Blue
#9CEDDF
CyanColor Codes
All color formats for development
HEX
#9CEDDFRGB
rgb(156, 237, 223)HSL
hsl(170, 69%, 77%)OKLCH
oklch(0.89 0.082 182.3)CMYK
cmyk(34%, 0%, 6%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE7D5
2#5AE1CA
3#38DBC0
4#25C7AC
5#1EA68F
6#188573
7#126456
8#0C4239
9#06211D
Tints
Lighter variations
1#A6EFE2
2#B0F0E6
3#BAF2E9
4#C4F4EC
5#CDF6EF
6#D7F8F2
7#E1FAF5
8#EBFBF9
9#F5FDFC
Tones
Muted variations
1#A0E9DD
2#A4E5DA
3#A8E1D7
4#ACDDD5
5#B0D9D2
6#B4D5CF
7#B8D0CC
8#BCCCCA
9#C0C8C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDDF | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3CF | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9782 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453C | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFB;
--sky-blue-100: #E1F9F5;
--sky-blue-200: #C7F5ED;
--sky-blue-300: #9CEDDF;
--sky-blue-400: #68E3CF;
--sky-blue-500: #3DDBC1;
--sky-blue-600: #23BEA4;
--sky-blue-700: #1C9782;
--sky-blue-800: #146C5D;
--sky-blue-900: #0D453C;
--sky-blue-950: #082B25;
}