Sky Blue
#9CECD3
GreenColor Codes
All color formats for development
HEX
#9CECD3RGB
rgb(156, 236, 211)HSL
hsl(161, 68%, 77%)OKLCH
oklch(0.884 0.086 172.6)CMYK
cmyk(34%, 0%, 11%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE6C4
2#5AE0B5
3#3AD9A7
4#26C693
5#1FA57B
6#198462
7#13634A
8#0D4231
9#062119
Tints
Lighter variations
1#A6EED7
2#B0F0DC
3#BAF2E0
4#C4F4E5
5#CEF6E9
6#D8F7ED
7#E1F9F2
8#EBFBF6
9#F5FDFB
Tones
Muted variations
1#A0E8D2
2#A4E4D0
3#A8E0CF
4#ACDCCD
5#B0D8CC
6#B4D4CA
7#B8D0C9
8#BCCCC7
9#C0C8C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECD3 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2BC | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9670 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4533 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDF9;
--sky-blue-100: #E1F9F2;
--sky-blue-200: #C7F4E6;
--sky-blue-300: #9CECD3;
--sky-blue-400: #69E2BC;
--sky-blue-500: #3EDAA9;
--sky-blue-600: #24BC8C;
--sky-blue-700: #1D9670;
--sky-blue-800: #146B50;
--sky-blue-900: #0D4533;
--sky-blue-950: #082B20;
}