Sky Blue
#66E5BF
GreenColor Codes
All color formats for development
HEX
#66E5BFRGB
rgb(102, 229, 191)HSL
hsl(162, 71%, 65%)OKLCH
oklch(0.84 0.126 170.7)CMYK
cmyk(55%, 0%, 17%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4AE0B3
2#2EDCA7
3#22C695
4#1DAA80
5#188E6A
6#137155
7#0E5540
8#0A392B
9#051C15
Tints
Lighter variations
1#76E8C5
2#85EACC
3#94EDD2
4#A3EFD9
5#B3F2DF
6#C2F5E5
7#D1F7EC
8#E0FAF2
9#F0FCF9
Tones
Muted variations
1#6DDFBD
2#73D8BA
3#79D2B7
4#80CCB5
5#86C5B2
6#8CBFB0
7#93B9AD
8#99B2AB
9#9FACA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEED5 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5BF | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEAD | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C090 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A9973 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4634 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFA;
--sky-blue-100: #E0FAF2;
--sky-blue-200: #C6F5E7;
--sky-blue-300: #9BEED5;
--sky-blue-400: #66E5BF;
--sky-blue-500: #3BDEAD;
--sky-blue-600: #21C090;
--sky-blue-700: #1A9973;
--sky-blue-800: #126D52;
--sky-blue-900: #0C4634;
--sky-blue-950: #072C21;
}