Sky Blue
#9EE7EB
CyanColor Codes
All color formats for development
HEX
#9EE7EBRGB
rgb(158, 231, 235)HSL
hsl(183, 66%, 77%)OKLCH
oklch(0.881 0.072 200.3)CMYK
cmyk(33%, 2%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7DDFE4
2#5CD7DE
3#3CCFD7
4#28BCC4
5#219CA3
6#1B7D82
7#145E62
8#0D3F41
9#071F21
Tints
Lighter variations
1#A7EAED
2#B1ECEF
3#BBEEF1
4#C5F1F3
5#CEF3F5
6#D8F5F7
7#E2F8F9
8#ECFAFB
9#F5FDFD
Tones
Muted variations
1#A2E4E7
2#A5E0E3
3#A9DDDF
4#ADD9DC
5#B1D6D8
6#B5D2D4
7#B9CFD0
8#BDCBCC
9#C0C8C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F8 #E1F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F2 #C8F2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE7 #9EE7EB | BordersInactive statesPlaceholder text |
| 400 | 6BDB #6BDBE1 | Disabled statesSecondary iconsMuted text |
| 500 | 41D0 #41D0D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26B3 #26B3BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E8E #1E8E94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1666 #16666A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E41 #0E4144 | Primary textHigh emphasis contentDark headings |
| 950 | 0929 #09292A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E1F8F9;
--sky-blue-200: #C8F2F4;
--sky-blue-300: #9EE7EB;
--sky-blue-400: #6BDBE1;
--sky-blue-500: #41D0D8;
--sky-blue-600: #26B3BA;
--sky-blue-700: #1E8E94;
--sky-blue-800: #16666A;
--sky-blue-900: #0E4144;
--sky-blue-950: #09292A;
}