Sky Blue
#9BEEDB
CyanColor Codes
All color formats for development
HEX
#9BEEDBRGB
rgb(155, 238, 219)HSL
hsl(166, 71%, 77%)OKLCH
oklch(0.891 0.085 178.2)CMYK
cmyk(35%, 0%, 8%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79E8CE
2#58E3C2
3#36DDB6
4#22C9A2
5#1CA887
6#17866C
7#116551
8#0B4336
9#06221B
Tints
Lighter variations
1#A5F0DE
2#AFF1E2
3#B9F3E5
4#C3F5E9
5#CDF6ED
6#D7F8F0
7#E1FAF4
8#EBFCF8
9#F5FDFB
Tones
Muted variations
1#9FEAD8
2#A3E6D6
3#A7E1D4
4#ABDDD2
5#B0D9CF
6#B4D5CD
7#B8D1CB
8#BCCDC9
9#C0C9C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEDB | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5C8 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEB8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C09B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A997B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4638 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFA;
--sky-blue-100: #E0FAF4;
--sky-blue-200: #C6F5EA;
--sky-blue-300: #9BEEDB;
--sky-blue-400: #66E5C8;
--sky-blue-500: #3BDEB8;
--sky-blue-600: #21C09B;
--sky-blue-700: #1A997B;
--sky-blue-800: #126D58;
--sky-blue-900: #0C4638;
--sky-blue-950: #072C23;
}