Sky Blue
#9BEED6
GreenColor Codes
All color formats for development
HEX
#9BEED6RGB
rgb(155, 238, 214)HSL
hsl(163, 71%, 77%)OKLCH
oklch(0.889 0.088 174)CMYK
cmyk(35%, 0%, 10%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79E8C9
2#58E3BB
3#36DDAE
4#22C99A
5#1CA880
6#178667
7#11654D
8#0B4333
9#06221A
Tints
Lighter variations
1#A5F0DA
2#AFF1DF
3#B9F3E3
4#C3F5E7
5#CDF6EB
6#D7F8EF
7#E1FAF3
8#EBFCF7
9#F5FDFB
Tones
Muted variations
1#9FEAD5
2#A3E6D3
3#A7E1D1
4#ABDDCF
5#B0D9CD
6#B4D5CC
7#B8D1CA
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 #E0FAF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEED6 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5C1 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEB0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C093 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9975 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D53 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4635 | 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: #E0FAF3;
--sky-blue-200: #C6F5E8;
--sky-blue-300: #9BEED6;
--sky-blue-400: #66E5C1;
--sky-blue-500: #3BDEB0;
--sky-blue-600: #21C093;
--sky-blue-700: #1A9975;
--sky-blue-800: #126D53;
--sky-blue-900: #0C4635;
--sky-blue-950: #072C21;
}