Sky Blue
#66E5C8
CyanColor Codes
All color formats for development
HEX
#66E5C8RGB
rgb(102, 229, 200)HSL
hsl(166, 71%, 65%)OKLCH
oklch(0.842 0.121 175.9)CMYK
cmyk(55%, 0%, 13%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4AE0BD
2#2EDCB3
3#22C6A0
4#1DAA89
5#188E72
6#13715B
7#0E5545
8#0A392E
9#051C17
Tints
Lighter variations
1#76E8CD
2#85EAD3
3#94EDD8
4#A3EFDE
5#B3F2E3
6#C2F5E9
7#D1F7EE
8#E0FAF4
9#F0FCF9
Tones
Muted variations
1#6DDFC4
2#73D8C1
3#79D2BD
4#80CCBA
5#86C5B7
6#8CBFB3
7#93B9B0
8#99B2AD
9#9FACA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEDB | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5C8 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEB8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C09B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A997B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4638 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFA;
--sky-blue-100: #E0FAF4;
--sky-blue-200: #C6F5EA;
--sky-blue-300: #9BEEDB;
--sky-blue-400: #66E5C8;
--sky-blue-500: #3BDEB8;
--sky-blue-600: #21C09B;
--sky-blue-700: #1A997B;
--sky-blue-800: #126D58;
--sky-blue-900: #0C4638;
--sky-blue-950: #072C23;
}