Sky Blue
#66E5CC
CyanColor Codes
All color formats for development
HEX
#66E5CCRGB
rgb(102, 229, 204)HSL
hsl(168, 71%, 65%)OKLCH
oklch(0.843 0.119 178.3)CMYK
cmyk(55%, 0%, 11%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4AE0C2
2#2EDCB9
3#22C6A5
4#1DAA8E
5#188E76
6#13715F
7#0E5547
8#0A392F
9#051C18
Tints
Lighter variations
1#76E8D1
2#85EAD6
3#94EDDB
4#A3EFE0
5#B3F2E5
6#C2F5EB
7#D1F7F0
8#E0FAF5
9#F0FCFA
Tones
Muted variations
1#6DDFC8
2#73D8C4
3#79D2C0
4#80CCBD
5#86C5B9
6#8CBFB5
7#93B9B1
8#99B2AD
9#9FACAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEDD | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5CC | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEBD | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C0A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A997F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C463A | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFB;
--sky-blue-100: #E0FAF5;
--sky-blue-200: #C6F5EC;
--sky-blue-300: #9BEEDD;
--sky-blue-400: #66E5CC;
--sky-blue-500: #3BDEBD;
--sky-blue-600: #21C0A0;
--sky-blue-700: #1A997F;
--sky-blue-800: #126D5B;
--sky-blue-900: #0C463A;
--sky-blue-950: #072C24;
}