Sky Blue
#9BE7EE
CyanColor Codes
All color formats for development
HEX
#9BE7EERGB
rgb(155, 231, 238)HSL
hsl(185, 71%, 77%)OKLCH
oklch(0.881 0.075 203.2)CMYK
cmyk(35%, 3%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79DFE8
2#58D7E3
3#36CFDD
4#22BCC9
5#1C9CA8
6#177D86
7#115E65
8#0B3F43
9#061F22
Tints
Lighter variations
1#A5E9F0
2#AFECF1
3#B9EEF3
4#C3F1F5
5#CDF3F6
6#D7F5F8
7#E1F8FA
8#EBFAFC
9#F5FDFD
Tones
Muted variations
1#9FE4EA
2#A3E0E6
3#A7DDE1
4#ABD9DD
5#B0D6D9
6#B4D2D5
7#B8CFD1
8#BCCBCD
9#C0C8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F8 #E0F8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F1 #C6F1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE7 #9BE7EE | BordersInactive statesPlaceholder text |
| 400 | 66DB #66DBE5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BD0 #3BD0DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 21B3 #21B3C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A8E #1A8E99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1265 #12656D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C41 #0C4146 | Primary textHigh emphasis contentDark headings |
| 950 | 0729 #07292C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E0F8FA;
--sky-blue-200: #C6F1F5;
--sky-blue-300: #9BE7EE;
--sky-blue-400: #66DBE5;
--sky-blue-500: #3BD0DE;
--sky-blue-600: #21B3C0;
--sky-blue-700: #1A8E99;
--sky-blue-800: #12656D;
--sky-blue-900: #0C4146;
--sky-blue-950: #07292C;
}