Sky Blue
#9CECDE
CyanColor Codes
All color formats for development
HEX
#9CECDERGB
rgb(156, 236, 222)HSL
hsl(170, 68%, 77%)OKLCH
oklch(0.887 0.081 182.2)CMYK
cmyk(34%, 0%, 6%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE6D4
2#5AE0C9
3#3AD9BF
4#26C6AB
5#1FA58F
6#198472
7#136356
8#0D4239
9#06211D
Tints
Lighter variations
1#A6EEE2
2#B0F0E5
3#BAF2E9
4#C4F4EC
5#CEF6EF
6#D8F7F2
7#E1F9F5
8#EBFBF9
9#F5FDFC
Tones
Muted variations
1#A0E8DC
2#A4E4DA
3#A8E0D7
4#ACDCD4
5#B0D8D2
6#B4D4CF
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 | C7F4 #C7F4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECDF | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2CE | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9682 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453B | 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: #C7F4ED;
--sky-blue-300: #9CECDF;
--sky-blue-400: #69E2CE;
--sky-blue-500: #3EDAC0;
--sky-blue-600: #24BCA3;
--sky-blue-700: #1D9682;
--sky-blue-800: #146B5D;
--sky-blue-900: #0D453B;
--sky-blue-950: #082B25;
}