Sky Blue
#9BEED4
GreenColor Codes
All color formats for development
HEX
#9BEED4RGB
rgb(155, 238, 212)HSL
hsl(161, 71%, 77%)OKLCH
oklch(0.889 0.089 172.4)CMYK
cmyk(35%, 0%, 11%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79E8C5
2#58E3B7
3#36DDA8
4#22C994
5#1CA87C
6#178663
7#11654A
8#0B4331
9#062219
Tints
Lighter variations
1#A5F0D8
2#AFF1DC
3#B9F3E1
4#C3F5E5
5#CDF6E9
6#D7F8EE
7#E1FAF2
8#EBFCF6
9#F5FDFB
Tones
Muted variations
1#9FEAD2
2#A3E6D1
3#A7E1CF
4#ABDDCE
5#B0D9CC
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 #E0FAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEED4 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5BD | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C08D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9970 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4633 | 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: #E0FAF2;
--sky-blue-200: #C6F5E6;
--sky-blue-300: #9BEED4;
--sky-blue-400: #66E5BD;
--sky-blue-500: #3BDEAA;
--sky-blue-600: #21C08D;
--sky-blue-700: #1A9970;
--sky-blue-800: #126D50;
--sky-blue-900: #0C4633;
--sky-blue-950: #072C20;
}