Sky Blue
#9BEEE4
CyanColor Codes
All color formats for development
HEX
#9BEEE4RGB
rgb(155, 238, 228)HSL
hsl(173, 71%, 77%)OKLCH
oklch(0.893 0.082 186.2)CMYK
cmyk(35%, 0%, 4%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79E8DB
2#58E3D2
3#36DDC9
4#22C9B6
5#1CA898
6#178679
7#11655B
8#0B433D
9#06221E
Tints
Lighter variations
1#A5F0E7
2#AFF1EA
3#B9F3EC
4#C3F5EF
5#CDF6F2
6#D7F8F4
7#E1FAF7
8#EBFCFA
9#F5FDFC
Tones
Muted variations
1#9FEAE1
2#A3E6DE
3#A7E1DB
4#ABDDD8
5#B0D9D4
6#B4D5D1
7#B8D1CE
8#BCCDCB
9#C0C9C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEE4 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5D6 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDECB | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C0AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A998A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C463F | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E0FAF7;
--sky-blue-200: #C6F5F0;
--sky-blue-300: #9BEEE4;
--sky-blue-400: #66E5D6;
--sky-blue-500: #3BDECB;
--sky-blue-600: #21C0AD;
--sky-blue-700: #1A998A;
--sky-blue-800: #126D62;
--sky-blue-900: #0C463F;
--sky-blue-950: #072C27;
}