Sky Blue
#9EEBE1
CyanColor Codes
All color formats for development
HEX
#9EEBE1RGB
rgb(158, 235, 225)HSL
hsl(172, 66%, 77%)OKLCH
oklch(0.887 0.077 185.7)CMYK
cmyk(33%, 0%, 4%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7DE4D7
2#5CDECC
3#3CD7C2
4#28C4AF
5#21A392
6#1B8275
7#146257
8#0D413A
9#07211D
Tints
Lighter variations
1#A7EDE4
2#B1EFE7
3#BBF1EA
4#C5F3ED
5#CEF5F0
6#D8F7F3
7#E2F9F6
8#ECFBF9
9#F5FDFC
Tones
Muted variations
1#A2E7DE
2#A5E3DB
3#A9DFD8
4#ADDCD5
5#B1D8D3
6#B5D4D0
7#B9D0CD
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 #E1F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEB #9EEBE1 | BordersInactive statesPlaceholder text |
| 400 | 6BE1 #6BE1D1 | Disabled statesSecondary iconsMuted text |
| 500 | 41D8 #41D8C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26BA #26BAA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E94 #1E9484 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 166A #166A5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E44 #0E443D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFB;
--sky-blue-100: #E1F9F6;
--sky-blue-200: #C8F4EE;
--sky-blue-300: #9EEBE1;
--sky-blue-400: #6BE1D1;
--sky-blue-500: #41D8C4;
--sky-blue-600: #26BAA7;
--sky-blue-700: #1E9484;
--sky-blue-800: #166A5F;
--sky-blue-900: #0E443D;
--sky-blue-950: #092A26;
}