Sky Blue
#9EEAD7
CyanColor Codes
All color formats for development
HEX
#9EEAD7RGB
rgb(158, 234, 215)HSL
hsl(165, 64%, 77%)OKLCH
oklch(0.882 0.08 176.9)CMYK
cmyk(32%, 0%, 8%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FE3CA
2#5EDCBC
3#3ED5AF
4#2AC19C
5#23A182
6#1C8168
7#15614E
8#0E4034
9#07201A
Tints
Lighter variations
1#A8ECDB
2#B2EEDF
3#BCF0E3
4#C5F2E7
5#CFF4EB
6#D9F7EF
7#E2F9F3
8#ECFBF7
9#F5FDFB
Tones
Muted variations
1#A3E6D5
2#A6E2D3
3#AADFD1
4#AEDBD0
5#B2D7CE
6#B5D3CC
7#B9D0CA
8#BDCCC8
9#C1C8C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAD7 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFC2 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B894 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209276 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176954 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4336 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFA;
--sky-blue-100: #E2F9F3;
--sky-blue-200: #C9F3E8;
--sky-blue-300: #9FEAD7;
--sky-blue-400: #6DDFC2;
--sky-blue-500: #43D6B1;
--sky-blue-600: #28B894;
--sky-blue-700: #209276;
--sky-blue-800: #176954;
--sky-blue-900: #0F4336;
--sky-blue-950: #092A22;
}