Sky Blue
#9BEEEB
CyanColor Codes
All color formats for development
HEX
#9BEEEBRGB
rgb(155, 238, 235)HSL
hsl(178, 71%, 77%)OKLCH
oklch(0.895 0.081 192.9)CMYK
cmyk(35%, 0%, 1%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79E8E5
2#58E3DE
3#36DDD7
4#22C9C4
5#1CA8A3
6#178683
7#116562
8#0B4341
9#062221
Tints
Lighter variations
1#A5F0ED
2#AFF1EF
3#B9F3F1
4#C3F5F3
5#CDF6F5
6#D7F8F7
7#E1FAF9
8#EBFCFB
9#F5FDFD
Tones
Muted variations
1#9FEAE7
2#A3E6E3
3#A7E1E0
4#ABDDDC
5#B0D9D8
6#B4D5D4
7#B8D1D0
8#BCCDCC
9#C0C9C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEEB | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5E1 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDED8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C0BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9994 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4644 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E0FAF9;
--sky-blue-200: #C6F5F4;
--sky-blue-300: #9BEEEB;
--sky-blue-400: #66E5E1;
--sky-blue-500: #3BDED8;
--sky-blue-600: #21C0BB;
--sky-blue-700: #1A9994;
--sky-blue-800: #126D6A;
--sky-blue-900: #0C4644;
--sky-blue-950: #072C2A;
}