Sky Blue
#66E5B9
GreenColor Codes
All color formats for development
HEX
#66E5B9RGB
rgb(102, 229, 185)HSL
hsl(159, 71%, 65%)OKLCH
oklch(0.838 0.13 167.6)CMYK
cmyk(55%, 0%, 19%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4AE0AC
2#2EDC9F
3#22C68D
4#1DAA79
5#188E65
6#137150
7#0E553C
8#0A3928
9#051C14
Tints
Lighter variations
1#76E8C0
2#85EAC7
3#94EDCE
4#A3EFD5
5#B3F2DC
6#C2F5E3
7#D1F7EA
8#E0FAF1
9#F0FCF8
Tones
Muted variations
1#6DDFB7
2#73D8B5
3#79D2B3
4#80CCB1
5#86C5AF
6#8CBFAD
7#93B9AB
8#99B2AA
9#9FACA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEED1 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5B9 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C088 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A996C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4631 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDF9;
--sky-blue-100: #E0FAF1;
--sky-blue-200: #C6F5E5;
--sky-blue-300: #9BEED1;
--sky-blue-400: #66E5B9;
--sky-blue-500: #3BDEA5;
--sky-blue-600: #21C088;
--sky-blue-700: #1A996C;
--sky-blue-800: #126D4D;
--sky-blue-900: #0C4631;
--sky-blue-950: #072C1F;
}