Sky Blue
#65E6C2
GreenColor Codes
All color formats for development
HEX
#65E6C2RGB
rgb(101, 230, 194)HSL
hsl(163, 72%, 65%)OKLCH
oklch(0.843 0.126 172.1)CMYK
cmyk(56%, 0%, 16%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49E1B6
2#2CDDAB
3#20C898
4#1CAB82
5#178F6D
6#137257
7#0E5641
8#09392B
9#051D16
Tints
Lighter variations
1#75E9C8
2#84EBCE
3#94EED4
4#A3F0DA
5#B2F3E0
6#C2F5E6
7#D1F8ED
8#E0FAF3
9#F0FDF9
Tones
Muted variations
1#6CE0BF
2#72D9BC
3#79D3B9
4#7FCCB6
5#86C6B4
6#8CBFB1
7#92B9AE
8#99B3AB
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 #C6F6E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD7 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6C2 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFB0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC193 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4636 | 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: #E0FAF3;
--sky-blue-200: #C6F6E8;
--sky-blue-300: #9AEFD7;
--sky-blue-400: #65E6C2;
--sky-blue-500: #3ADFB0;
--sky-blue-600: #1FC193;
--sky-blue-700: #199A75;
--sky-blue-800: #126E54;
--sky-blue-900: #0B4636;
--sky-blue-950: #072C21;
}