Sky Blue
#9EEBDE
CyanColor Codes
All color formats for development
HEX
#9EEBDERGB
rgb(158, 235, 222)HSL
hsl(170, 66%, 77%)OKLCH
oklch(0.886 0.078 182.7)CMYK
cmyk(33%, 0%, 6%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7DE4D3
2#5CDEC8
3#3CD7BD
4#28C4AA
5#21A38D
6#1B8271
7#146255
8#0D4139
9#07211C
Tints
Lighter variations
1#A7EDE1
2#B1EFE5
3#BBF1E8
4#C5F3EB
5#CEF5EF
6#D8F7F2
7#E2F9F5
8#ECFBF8
9#F5FDFC
Tones
Muted variations
1#A2E7DC
2#A5E3D9
3#A9DFD6
4#ADDCD4
5#B1D8D1
6#B5D4CF
7#B9D0CC
8#BDCCCA
9#C0C8C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBDE | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1CD | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E443B | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFB;
--sky-blue-100: #E1F9F5;
--sky-blue-200: #C8F4EC;
--sky-blue-300: #9EEBDE;
--sky-blue-400: #6BE1CD;
--sky-blue-500: #41D8BF;
--sky-blue-600: #26BAA2;
--sky-blue-700: #1E9481;
--sky-blue-800: #166A5C;
--sky-blue-900: #0E443B;
--sky-blue-950: #092A25;
}