Sky Blue
#66E5E1
CyanColor Codes
All color formats for development
HEX
#66E5E1RGB
rgb(102, 229, 225)HSL
hsl(178, 71%, 65%)OKLCH
oklch(0.85 0.113 192.4)CMYK
cmyk(55%, 0%, 2%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4AE0DB
2#2EDCD6
3#22C6C1
4#1DAAA5
5#188E8A
6#13716E
7#0E5553
8#0A3937
9#051C1C
Tints
Lighter variations
1#76E8E4
2#85EAE7
3#94EDEA
4#A3EFED
5#B3F2F0
6#C2F5F3
7#D1F7F6
8#E0FAF9
9#F0FCFC
Tones
Muted variations
1#6DDFDB
2#73D8D5
3#79D2CF
4#80CCC9
5#86C5C3
6#8CBFBD
7#93B9B7
8#99B2B2
9#9FACAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEEB | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5E1 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDED8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C0BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9994 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4644 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E0FAF9;
--sky-blue-200: #C6F5F4;
--sky-blue-300: #9BEEEB;
--sky-blue-400: #66E5E1;
--sky-blue-500: #3BDED8;
--sky-blue-600: #21C0BB;
--sky-blue-700: #1A9994;
--sky-blue-800: #126D6A;
--sky-blue-900: #0C4644;
--sky-blue-950: #072C2A;
}