Sky Blue
#9BEEEE
CyanColor Codes
All color formats for development
HEX
#9BEEEERGB
rgb(155, 238, 238)HSL
hsl(180, 71%, 77%)OKLCH
oklch(0.896 0.081 195.8)CMYK
cmyk(35%, 0%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79E8E8
2#58E3E3
3#36DDDD
4#22C9C9
5#1CA8A8
6#178686
7#116565
8#0B4343
9#062222
Tints
Lighter variations
1#A5F0F0
2#AFF1F1
3#B9F3F3
4#C3F5F5
5#CDF6F6
6#D7F8F8
7#E1FAFA
8#EBFCFC
9#F5FDFD
Tones
Muted variations
1#9FEAEA
2#A3E6E6
3#A7E1E1
4#ABDDDD
5#B0D9D9
6#B4D5D5
7#B8D1D1
8#BCCDCD
9#C0C9C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEEE | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C0C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9999 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4646 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFD;
--sky-blue-100: #E0FAFA;
--sky-blue-200: #C6F5F5;
--sky-blue-300: #9BEEEE;
--sky-blue-400: #66E5E5;
--sky-blue-500: #3BDEDE;
--sky-blue-600: #21C0C0;
--sky-blue-700: #1A9999;
--sky-blue-800: #126D6D;
--sky-blue-900: #0C4646;
--sky-blue-950: #072C2C;
}