Sky Blue
#9BEDDE
CyanColor Codes
All color formats for development
HEX
#9BEDDERGB
rgb(155, 237, 222)HSL
hsl(169, 69%, 77%)OKLCH
oklch(0.889 0.083 181.5)CMYK
cmyk(35%, 0%, 6%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE7D3
2#5AE1C8
3#38DBBD
4#25C7A9
5#1EA68D
6#188571
7#126455
8#0C4238
9#06211C
Tints
Lighter variations
1#A6EFE1
2#B0F0E5
3#BAF2E8
4#C4F4EB
5#CDF6EE
6#D7F8F2
7#E1FAF5
8#EBFBF8
9#F5FDFC
Tones
Muted variations
1#A0E9DB
2#A4E5D9
3#A8E1D6
4#ACDDD4
5#B0D9D1
6#B4D5CF
7#B8D0CC
8#BCCCC9
9#C0C8C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDDE | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3CD | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEA1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9780 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453B | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFB;
--sky-blue-100: #E1F9F5;
--sky-blue-200: #C7F5EC;
--sky-blue-300: #9CEDDE;
--sky-blue-400: #68E3CD;
--sky-blue-500: #3DDBBE;
--sky-blue-600: #23BEA1;
--sky-blue-700: #1C9780;
--sky-blue-800: #146C5C;
--sky-blue-900: #0D453B;
--sky-blue-950: #082B25;
}