Sky Blue
#9EEBE5
CyanColor Codes
All color formats for development
HEX
#9EEBE5RGB
rgb(158, 235, 229)HSL
hsl(175, 66%, 77%)OKLCH
oklch(0.888 0.076 189.7)CMYK
cmyk(33%, 0%, 3%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7DE4DC
2#5CDED3
3#3CD7CA
4#28C4B7
5#21A398
6#1B827A
7#14625B
8#0D413D
9#07211E
Tints
Lighter variations
1#A7EDE7
2#B1EFEA
3#BBF1ED
4#C5F3EF
5#CEF5F2
6#D8F7F4
7#E2F9F7
8#ECFBFA
9#F5FDFC
Tones
Muted variations
1#A2E7E1
2#A5E3DE
3#A9DFDB
4#ADDCD8
5#B1D8D4
6#B5D4D1
7#B9D0CE
8#BDCCCB
9#C0C8C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBE5 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1D7 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E948A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E443F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E1F9F7;
--sky-blue-200: #C8F4F0;
--sky-blue-300: #9EEBE5;
--sky-blue-400: #6BE1D7;
--sky-blue-500: #41D8CB;
--sky-blue-600: #26BAAE;
--sky-blue-700: #1E948A;
--sky-blue-800: #166A63;
--sky-blue-900: #0E443F;
--sky-blue-950: #092A28;
}