Sky Blue
#65E6C4
GreenColor Codes
All color formats for development
HEX
#65E6C4RGB
rgb(101, 230, 196)HSL
hsl(164, 72%, 65%)OKLCH
oklch(0.843 0.125 173.2)CMYK
cmyk(56%, 0%, 15%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49E1B9
2#2CDDAE
3#20C89B
4#1CAB85
5#178F6F
6#137259
7#0E5642
8#09392C
9#051D16
Tints
Lighter variations
1#75E9CA
2#84EBD0
3#94EED6
4#A3F0DB
5#B2F3E1
6#C2F5E7
7#D1F8ED
8#E0FAF3
9#F0FDF9
Tones
Muted variations
1#6CE0C1
2#72D9BE
3#79D3BB
4#7FCCB8
5#86C6B5
6#8CBFB2
7#92B9AF
8#99B3AC
9#9FACA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD8 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6C4 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFB3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC196 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4637 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFA;
--sky-blue-100: #E0FAF3;
--sky-blue-200: #C6F6E9;
--sky-blue-300: #9AEFD8;
--sky-blue-400: #65E6C4;
--sky-blue-500: #3ADFB3;
--sky-blue-600: #1FC196;
--sky-blue-700: #199A77;
--sky-blue-800: #126E55;
--sky-blue-900: #0B4637;
--sky-blue-950: #072C22;
}