Sky Blue
#66E5D0
CyanColor Codes
All color formats for development
HEX
#66E5D0RGB
rgb(102, 229, 208)HSL
hsl(170, 71%, 65%)OKLCH
oklch(0.844 0.117 180.9)CMYK
cmyk(55%, 0%, 9%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4AE0C7
2#2EDCBF
3#22C6AB
4#1DAA93
5#188E7A
6#137162
7#0E5549
8#0A3931
9#051C18
Tints
Lighter variations
1#76E8D5
2#85EAD9
3#94EDDE
4#A3EFE3
5#B3F2E7
6#C2F5EC
7#D1F7F1
8#E0FAF6
9#F0FCFA
Tones
Muted variations
1#6DDFCC
2#73D8C8
3#79D2C3
4#80CCBF
5#86C5BB
6#8CBFB7
7#93B9B2
8#99B2AE
9#9FACAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEE0 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5D0 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C0A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9983 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C463C | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFB;
--sky-blue-100: #E0FAF6;
--sky-blue-200: #C6F5EE;
--sky-blue-300: #9BEEE0;
--sky-blue-400: #66E5D0;
--sky-blue-500: #3BDEC3;
--sky-blue-600: #21C0A5;
--sky-blue-700: #1A9983;
--sky-blue-800: #126D5E;
--sky-blue-900: #0C463C;
--sky-blue-950: #072C26;
}