Sky Blue
#66E5BD
GreenColor Codes
All color formats for development
HEX
#66E5BDRGB
rgb(102, 229, 189)HSL
hsl(161, 71%, 65%)OKLCH
oklch(0.839 0.128 169.7)CMYK
cmyk(55%, 0%, 17%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4AE0B1
2#2EDCA4
3#22C692
4#1DAA7D
5#188E68
6#137154
7#0E553F
8#0A392A
9#051C15
Tints
Lighter variations
1#76E8C4
2#85EACA
3#94EDD1
4#A3EFD7
5#B3F2DE
6#C2F5E5
7#D1F7EB
8#E0FAF2
9#F0FCF8
Tones
Muted variations
1#6DDFBB
2#73D8B8
3#79D2B6
4#80CCB4
5#86C5B1
6#8CBFAF
7#93B9AD
8#99B2AA
9#9FACA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEED4 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5BD | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C08D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9970 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4633 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDF9;
--sky-blue-100: #E0FAF2;
--sky-blue-200: #C6F5E6;
--sky-blue-300: #9BEED4;
--sky-blue-400: #66E5BD;
--sky-blue-500: #3BDEAA;
--sky-blue-600: #21C08D;
--sky-blue-700: #1A9970;
--sky-blue-800: #126D50;
--sky-blue-900: #0C4633;
--sky-blue-950: #072C20;
}