Sky Blue
#9BEED2
GreenColor Codes
All color formats for development
HEX
#9BEED2RGB
rgb(155, 238, 210)HSL
hsl(160, 71%, 77%)OKLCH
oklch(0.888 0.09 170.9)CMYK
cmyk(35%, 0%, 12%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79E8C3
2#58E3B4
3#36DDA5
4#22C992
5#1CA879
6#178661
7#116549
8#0B4331
9#062218
Tints
Lighter variations
1#A5F0D7
2#AFF1DB
3#B9F3E0
4#C3F5E4
5#CDF6E9
6#D7F8ED
7#E1FAF2
8#EBFCF6
9#F5FDFB
Tones
Muted variations
1#9FEAD1
2#A3E6CF
3#A7E1CE
4#ABDDCD
5#B0D9CB
6#B4D5CA
7#B8D1C9
8#BCCDC7
9#C0C9C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEED2 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5BB | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEA7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C08B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A996E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4632 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDF9;
--sky-blue-100: #E0FAF1;
--sky-blue-200: #C6F5E6;
--sky-blue-300: #9BEED2;
--sky-blue-400: #66E5BB;
--sky-blue-500: #3BDEA7;
--sky-blue-600: #21C08B;
--sky-blue-700: #1A996E;
--sky-blue-800: #126D4F;
--sky-blue-900: #0C4632;
--sky-blue-950: #072C20;
}