Sky Blue
#9BEDE2
CyanColor Codes
All color formats for development
HEX
#9BEDE2RGB
rgb(155, 237, 226)HSL
hsl(172, 69%, 77%)OKLCH
oklch(0.89 0.082 185.2)CMYK
cmyk(35%, 0%, 5%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE7D8
2#5AE1CF
3#38DBC5
4#25C7B1
5#1EA694
6#188576
7#126459
8#0C423B
9#06211E
Tints
Lighter variations
1#A6EFE5
2#B0F0E8
3#BAF2EB
4#C4F4EE
5#CDF6F1
6#D7F8F3
7#E1FAF6
8#EBFBF9
9#F5FDFC
Tones
Muted variations
1#A0E9DF
2#A4E5DC
3#A8E1D9
4#ACDDD6
5#B0D9D3
6#B4D5D0
7#B8D0CD
8#BCCCCA
9#C0C8C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDE2 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3D3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9786 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453D | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFB;
--sky-blue-100: #E1F9F6;
--sky-blue-200: #C7F5EF;
--sky-blue-300: #9CEDE2;
--sky-blue-400: #68E3D3;
--sky-blue-500: #3DDBC6;
--sky-blue-600: #23BEA9;
--sky-blue-700: #1C9786;
--sky-blue-800: #146C60;
--sky-blue-900: #0D453D;
--sky-blue-950: #082B26;
}