Sky Blue
#9CEDE9
CyanColor Codes
All color formats for development
HEX
#9CEDE9RGB
rgb(156, 237, 233)HSL
hsl(177, 69%, 77%)OKLCH
oklch(0.893 0.079 191.9)CMYK
cmyk(34%, 0%, 2%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE7E1
2#5AE1DA
3#38DBD2
4#25C7BF
5#1EA69F
6#18857F
7#12645F
8#0C4240
9#062120
Tints
Lighter variations
1#A6EFEB
2#B0F0ED
3#BAF2EF
4#C4F4F2
5#CDF6F4
6#D7F8F6
7#E1FAF8
8#EBFBFB
9#F5FDFD
Tones
Muted variations
1#A0E9E5
2#A4E5E1
3#A8E1DE
4#ACDDDA
5#B0D9D7
6#B4D5D3
7#B8D0CF
8#BCCCCC
9#C0C8C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDE9 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3DD | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBD4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEB6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9791 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4542 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E1F9F8;
--sky-blue-200: #C7F5F2;
--sky-blue-300: #9CEDE9;
--sky-blue-400: #68E3DD;
--sky-blue-500: #3DDBD4;
--sky-blue-600: #23BEB6;
--sky-blue-700: #1C9791;
--sky-blue-800: #146C67;
--sky-blue-900: #0D4542;
--sky-blue-950: #082B29;
}