Sky Blue
#9BEDED
CyanColor Codes
All color formats for development
HEX
#9BEDEDRGB
rgb(155, 237, 237)HSL
hsl(180, 69%, 77%)OKLCH
oklch(0.894 0.08 195.8)CMYK
cmyk(35%, 0%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE7E7
2#5AE1E1
3#38DBDB
4#25C7C7
5#1EA6A6
6#188585
7#126464
8#0C4242
9#062121
Tints
Lighter variations
1#A6EFEF
2#B0F0F0
3#BAF2F2
4#C4F4F4
5#CDF6F6
6#D7F8F8
7#E1FAFA
8#EBFBFB
9#F5FDFD
Tones
Muted variations
1#A0E9E9
2#A4E5E5
3#A8E1E1
4#ACDDDD
5#B0D9D9
6#B4D5D5
7#B8D0D0
8#BCCCCC
9#C0C8C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDED | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9797 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4545 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFD;
--sky-blue-100: #E1F9F9;
--sky-blue-200: #C7F5F5;
--sky-blue-300: #9CEDED;
--sky-blue-400: #68E3E3;
--sky-blue-500: #3DDBDB;
--sky-blue-600: #23BEBE;
--sky-blue-700: #1C9797;
--sky-blue-800: #146C6C;
--sky-blue-900: #0D4545;
--sky-blue-950: #082B2B;
}