Sky Blue
#9BEECA
GreenColor Codes
All color formats for development
HEX
#9BEECARGB
rgb(155, 238, 202)HSL
hsl(154, 71%, 77%)OKLCH
oklch(0.886 0.096 165.2)CMYK
cmyk(35%, 0%, 15%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79E8B8
2#58E3A6
3#36DD95
4#22C981
5#1CA86B
6#178656
7#116540
8#0B432B
9#062215
Tints
Lighter variations
1#A5F0CF
2#AFF1D5
3#B9F3DA
4#C3F5DF
5#CDF6E4
6#D7F8EA
7#E1FAEF
8#EBFCF4
9#F5FDFA
Tones
Muted variations
1#9FEAC9
2#A3E6C9
3#A7E1C8
4#ABDDC8
5#B0D9C7
6#B4D5C7
7#B8D1C6
8#BCCDC5
9#C0C9C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEECA | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5AE | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDE97 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C07B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9962 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C462D | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDF8;
--sky-blue-100: #E0FAEF;
--sky-blue-200: #C6F5E1;
--sky-blue-300: #9BEECA;
--sky-blue-400: #66E5AE;
--sky-blue-500: #3BDE97;
--sky-blue-600: #21C07B;
--sky-blue-700: #1A9962;
--sky-blue-800: #126D46;
--sky-blue-900: #0C462D;
--sky-blue-950: #072C1C;
}