Sky Blue
#9BEECF
GreenColor Codes
All color formats for development
HEX
#9BEECFRGB
rgb(155, 238, 207)HSL
hsl(158, 71%, 77%)OKLCH
oklch(0.887 0.092 168.7)CMYK
cmyk(35%, 0%, 13%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79E8C0
2#58E3B0
3#36DDA0
4#22C98C
5#1CA875
6#17865D
7#116546
8#0B432F
9#062217
Tints
Lighter variations
1#A5F0D4
2#AFF1D9
3#B9F3DE
4#C3F5E2
5#CDF6E7
6#D7F8EC
7#E1FAF1
8#EBFCF5
9#F5FDFA
Tones
Muted variations
1#9FEACE
2#A3E6CD
3#A7E1CC
4#ABDDCB
5#B0D9CA
6#B4D5C9
7#B8D1C8
8#BCCDC7
9#C0C9C5
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 #C6F5E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEECF | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5B7 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C085 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A996A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4631 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1E | 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: #C6F5E4;
--sky-blue-300: #9BEECF;
--sky-blue-400: #66E5B7;
--sky-blue-500: #3BDEA2;
--sky-blue-600: #21C085;
--sky-blue-700: #1A996A;
--sky-blue-800: #126D4C;
--sky-blue-900: #0C4631;
--sky-blue-950: #072C1E;
}