Sky Blue
#65E6BD
GreenColor Codes
All color formats for development
HEX
#65E6BDRGB
rgb(101, 230, 189)HSL
hsl(161, 72%, 65%)OKLCH
oklch(0.841 0.129 169.4)CMYK
cmyk(56%, 0%, 18%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49E1B1
2#2CDDA5
3#20C893
4#1CAB7E
5#178F69
6#137254
7#0E563F
8#09392A
9#051D15
Tints
Lighter variations
1#75E9C4
2#84EBCA
3#94EED1
4#A3F0D8
5#B2F3DE
6#C2F5E5
7#D1F8EB
8#E0FAF2
9#F0FDF8
Tones
Muted variations
1#6CE0BB
2#72D9B9
3#79D3B6
4#7FCCB4
5#86C6B2
6#8CBFAF
7#92B9AD
8#99B3AA
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 | C6F6 #C6F6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD4 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6BD | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC18E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4634 | 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: #C6F6E7;
--sky-blue-300: #9AEFD4;
--sky-blue-400: #65E6BD;
--sky-blue-500: #3ADFAB;
--sky-blue-600: #1FC18E;
--sky-blue-700: #199A71;
--sky-blue-800: #126E51;
--sky-blue-900: #0B4634;
--sky-blue-950: #072C20;
}