Sky Blue
#66E5D6
CyanColor Codes
All color formats for development
HEX
#66E5D6RGB
rgb(102, 229, 214)HSL
hsl(173, 71%, 65%)OKLCH
oklch(0.846 0.115 184.8)CMYK
cmyk(55%, 0%, 7%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4AE0CF
2#2EDCC7
3#22C6B3
4#1DAA9A
5#188E80
6#137166
7#0E554D
8#0A3933
9#051C1A
Tints
Lighter variations
1#76E8DA
2#85EADE
3#94EDE3
4#A3EFE7
5#B3F2EB
6#C2F5EF
7#D1F7F3
8#E0FAF7
9#F0FCFB
Tones
Muted variations
1#6DDFD1
2#73D8CD
3#79D2C8
4#80CCC3
5#86C5BE
6#8CBFB9
7#93B9B4
8#99B2AF
9#9FACAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEE4 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5D6 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDECB | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C0AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A998A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C463F | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E0FAF7;
--sky-blue-200: #C6F5F0;
--sky-blue-300: #9BEEE4;
--sky-blue-400: #66E5D6;
--sky-blue-500: #3BDECB;
--sky-blue-600: #21C0AD;
--sky-blue-700: #1A998A;
--sky-blue-800: #126D62;
--sky-blue-900: #0C463F;
--sky-blue-950: #072C27;
}