Sky Blue
#66E5DB
CyanColor Codes
All color formats for development
HEX
#66E5DBRGB
rgb(102, 229, 219)HSL
hsl(175, 71%, 65%)OKLCH
oklch(0.848 0.114 188.2)CMYK
cmyk(55%, 0%, 4%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4AE0D4
2#2EDCCD
3#22C6B9
4#1DAA9E
5#188E84
6#13716A
7#0E554F
8#0A3935
9#051C1A
Tints
Lighter variations
1#76E8DE
2#85EAE2
3#94EDE5
4#A3EFE9
5#B3F2ED
6#C2F5F0
7#D1F7F4
8#E0FAF8
9#F0FCFB
Tones
Muted variations
1#6DDFD5
2#73D8D0
3#79D2CB
4#80CCC5
5#86C5C0
6#8CBFBB
7#93B9B6
8#99B2B0
9#9FACAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEE7 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5DB | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDED0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C0B3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A998E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4641 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E0FAF8;
--sky-blue-200: #C6F5F1;
--sky-blue-300: #9BEEE7;
--sky-blue-400: #66E5DB;
--sky-blue-500: #3BDED0;
--sky-blue-600: #21C0B3;
--sky-blue-700: #1A998E;
--sky-blue-800: #126D65;
--sky-blue-900: #0C4641;
--sky-blue-950: #072C29;
}