Sky Blue
#66E5E5
CyanColor Codes
All color formats for development
HEX
#66E5E5RGB
rgb(102, 229, 229)HSL
hsl(180, 71%, 65%)OKLCH
oklch(0.851 0.112 195.3)CMYK
cmyk(55%, 0%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4AE0E0
2#2EDCDC
3#22C6C6
4#1DAAAA
5#188E8E
6#137171
7#0E5555
8#0A3939
9#051C1C
Tints
Lighter variations
1#76E8E8
2#85EAEA
3#94EDED
4#A3EFEF
5#B3F2F2
6#C2F5F5
7#D1F7F7
8#E0FAFA
9#F0FCFC
Tones
Muted variations
1#6DDFDF
2#73D8D8
3#79D2D2
4#80CCCC
5#86C5C5
6#8CBFBF
7#93B9B9
8#99B2B2
9#9FACAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEEEE | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C0C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9999 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4646 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFD;
--sky-blue-100: #E0FAFA;
--sky-blue-200: #C6F5F5;
--sky-blue-300: #9BEEEE;
--sky-blue-400: #66E5E5;
--sky-blue-500: #3BDEDE;
--sky-blue-600: #21C0C0;
--sky-blue-700: #1A9999;
--sky-blue-800: #126D6D;
--sky-blue-900: #0C4646;
--sky-blue-950: #072C2C;
}