Sky Blue
#66E5C1
GreenColor Codes
All color formats for development
HEX
#66E5C1RGB
rgb(102, 229, 193)HSL
hsl(163, 71%, 65%)OKLCH
oklch(0.84 0.125 171.8)CMYK
cmyk(55%, 0%, 16%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4AE0B6
2#2EDCAA
3#22C698
4#1DAA82
5#188E6C
6#137157
7#0E5541
8#0A392B
9#051C16
Tints
Lighter variations
1#76E8C7
2#85EACE
3#94EDD4
4#A3EFDA
5#B3F2E0
6#C2F5E6
7#D1F7EC
8#E0FAF3
9#F0FCF9
Tones
Muted variations
1#6DDFBE
2#73D8BC
3#79D2B9
4#80CCB6
5#86C5B3
6#8CBFB1
7#93B9AE
8#99B2AB
9#9FACA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEED6 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5C1 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEB0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C093 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9975 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D53 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4635 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFA;
--sky-blue-100: #E0FAF3;
--sky-blue-200: #C6F5E8;
--sky-blue-300: #9BEED6;
--sky-blue-400: #66E5C1;
--sky-blue-500: #3BDEB0;
--sky-blue-600: #21C093;
--sky-blue-700: #1A9975;
--sky-blue-800: #126D53;
--sky-blue-900: #0C4635;
--sky-blue-950: #072C21;
}