Sky Blue
#66E5BB
GreenColor Codes
All color formats for development
HEX
#66E5BBRGB
rgb(102, 229, 187)HSL
hsl(160, 71%, 65%)OKLCH
oklch(0.839 0.129 168.6)CMYK
cmyk(55%, 0%, 18%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4AE0AE
2#2EDCA2
3#22C68F
4#1DAA7B
5#188E66
6#137152
7#0E553D
8#0A3929
9#051C14
Tints
Lighter variations
1#76E8C2
2#85EAC8
3#94EDCF
4#A3EFD6
5#B3F2DD
6#C2F5E4
7#D1F7EB
8#E0FAF1
9#F0FCF8
Tones
Muted variations
1#6DDFB9
2#73D8B7
3#79D2B5
4#80CCB2
5#86C5B0
6#8CBFAE
7#93B9AC
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 #E0FAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEED2 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5BB | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEA7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C08B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A996E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4632 | 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: #E0FAF1;
--sky-blue-200: #C6F5E6;
--sky-blue-300: #9BEED2;
--sky-blue-400: #66E5BB;
--sky-blue-500: #3BDEA7;
--sky-blue-600: #21C08B;
--sky-blue-700: #1A996E;
--sky-blue-800: #126D4F;
--sky-blue-900: #0C4632;
--sky-blue-950: #072C20;
}