Sky Blue
#9BEDCD
GreenColor Codes
All color formats for development
HEX
#9BEDCDRGB
rgb(155, 237, 205)HSL
hsl(157, 69%, 77%)OKLCH
oklch(0.884 0.092 167.7)CMYK
cmyk(35%, 0%, 14%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE7BD
2#5AE1AD
3#38DB9C
4#25C789
5#1EA672
6#18855B
7#126444
8#0C422E
9#062117
Tints
Lighter variations
1#A6EFD3
2#B0F0D8
3#BAF2DD
4#C4F4E1
5#CDF6E6
6#D7F8EB
7#E1FAF0
8#EBFBF5
9#F5FDFA
Tones
Muted variations
1#A0E9CD
2#A4E5CC
3#A8E1CB
4#ACDDCA
5#B0D9C9
6#B4D5C8
7#B8D0C7
8#BCCCC6
9#C0C8C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDCE | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3B4 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDB9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9768 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D452F | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDF9;
--sky-blue-100: #E1F9F0;
--sky-blue-200: #C7F5E3;
--sky-blue-300: #9CEDCE;
--sky-blue-400: #68E3B4;
--sky-blue-500: #3DDB9F;
--sky-blue-600: #23BE82;
--sky-blue-700: #1C9768;
--sky-blue-800: #146C4A;
--sky-blue-900: #0D452F;
--sky-blue-950: #082B1E;
}