Sky Blue
#9BEED5
GreenColor Codes
All color formats for development
HEX
#9BEED5RGB
rgb(155, 238, 213)HSL
hsl(162, 71%, 77%)OKLCH
oklch(0.889 0.088 173.2)CMYK
cmyk(35%, 0%, 11%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79E8C7
2#58E3B9
3#36DDAB
4#22C997
5#1CA87E
6#178665
7#11654C
8#0B4332
9#062219
Tints
Lighter variations
1#A5F0D9
2#AFF1DD
3#B9F3E2
4#C3F5E6
5#CDF6EA
6#D7F8EE
7#E1FAF2
8#EBFCF7
9#F5FDFB
Tones
Muted variations
1#9FEAD3
2#A3E6D2
3#A7E1D0
4#ABDDCE
5#B0D9CD
6#B4D5CB
7#B8D1C9
8#BCCDC8
9#C0C9C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEED5 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5BF | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEAD | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C090 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9973 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4634 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFA;
--sky-blue-100: #E0FAF2;
--sky-blue-200: #C6F5E7;
--sky-blue-300: #9BEED5;
--sky-blue-400: #66E5BF;
--sky-blue-500: #3BDEAD;
--sky-blue-600: #21C090;
--sky-blue-700: #1A9973;
--sky-blue-800: #126D52;
--sky-blue-900: #0C4634;
--sky-blue-950: #072C21;
}