Sky Blue
#9BEDC8
GreenColor Codes
All color formats for development
HEX
#9BEDC8RGB
rgb(155, 237, 200)HSL
hsl(153, 69%, 77%)OKLCH
oklch(0.883 0.096 164.3)CMYK
cmyk(35%, 0%, 16%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE7B6
2#5AE1A4
3#38DB92
4#25C77E
5#1EA669
6#188554
7#12643F
8#0C422A
9#062115
Tints
Lighter variations
1#A6EFCE
2#B0F0D3
3#BAF2D9
4#C4F4DE
5#CDF6E4
6#D7F8E9
7#E1FAEF
8#EBFBF4
9#F5FDFA
Tones
Muted variations
1#A0E9C8
2#A4E5C8
3#A8E1C7
4#ACDDC7
5#B0D9C6
6#B4D5C6
7#B8D0C6
8#BCCCC5
9#C0C8C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDC8 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3AC | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB94 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE78 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C975F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D452C | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDF8;
--sky-blue-100: #E1F9EE;
--sky-blue-200: #C7F5E0;
--sky-blue-300: #9CEDC8;
--sky-blue-400: #68E3AC;
--sky-blue-500: #3DDB94;
--sky-blue-600: #23BE78;
--sky-blue-700: #1C975F;
--sky-blue-800: #146C44;
--sky-blue-900: #0D452C;
--sky-blue-950: #082B1B;
}