Sky Blue
#9BEEE7
CyanColor Codes
All color formats for development
HEX
#9BEEE7RGB
rgb(155, 238, 231)HSL
hsl(175, 71%, 77%)OKLCH
oklch(0.894 0.081 189.1)CMYK
cmyk(35%, 0%, 3%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79E8DF
2#58E3D7
3#36DDCF
4#22C9BC
5#1CA89C
6#17867D
7#11655E
8#0B433F
9#06221F
Tints
Lighter variations
1#A5F0E9
2#AFF1EC
3#B9F3EE
4#C3F5F1
5#CDF6F3
6#D7F8F5
7#E1FAF8
8#EBFCFA
9#F5FDFD
Tones
Muted variations
1#9FEAE4
2#A3E6E0
3#A7E1DD
4#ABDDD9
5#B0D9D6
6#B4D5D2
7#B8D1CF
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 #E0FAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEE7 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5DB | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDED0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C0B3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A998E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4641 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E0FAF8;
--sky-blue-200: #C6F5F1;
--sky-blue-300: #9BEEE7;
--sky-blue-400: #66E5DB;
--sky-blue-500: #3BDED0;
--sky-blue-600: #21C0B3;
--sky-blue-700: #1A998E;
--sky-blue-800: #126D65;
--sky-blue-900: #0C4641;
--sky-blue-950: #072C29;
}