Sky Blue
#9CEDCF
GreenColor Codes
All color formats for development
HEX
#9CEDCFRGB
rgb(156, 237, 207)HSL
hsl(158, 69%, 77%)OKLCH
oklch(0.886 0.09 168.9)CMYK
cmyk(34%, 0%, 13%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BE7BF
2#5AE1AF
3#38DB9F
4#25C78B
5#1EA674
6#18855D
7#126446
8#0C422E
9#062117
Tints
Lighter variations
1#A6EFD4
2#B0F0D9
3#BAF2DD
4#C4F4E2
5#CDF6E7
6#D7F8EC
7#E1FAF1
8#EBFBF5
9#F5FDFA
Tones
Muted variations
1#A0E9CE
2#A4E5CD
3#A8E1CC
4#ACDDCB
5#B0D9CA
6#B4D5C9
7#B8D0C8
8#BCCCC7
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 #C7F5E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDCF | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3B6 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE85 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C976A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4530 | 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: #C7F5E4;
--sky-blue-300: #9CEDCF;
--sky-blue-400: #68E3B6;
--sky-blue-500: #3DDBA1;
--sky-blue-600: #23BE85;
--sky-blue-700: #1C976A;
--sky-blue-800: #146C4B;
--sky-blue-900: #0D4530;
--sky-blue-950: #082B1E;
}