Sky Blue
#65E6BB
GreenColor Codes
All color formats for development
HEX
#65E6BBRGB
rgb(101, 230, 187)HSL
hsl(160, 72%, 65%)OKLCH
oklch(0.841 0.131 168.4)CMYK
cmyk(56%, 0%, 19%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49E1AF
2#2CDDA2
3#20C890
4#1CAB7B
5#178F67
6#137252
7#0E563E
8#093929
9#051D15
Tints
Lighter variations
1#75E9C2
2#84EBC9
3#94EED0
4#A3F0D6
5#B2F3DD
6#C2F5E4
7#D1F8EB
8#E0FAF1
9#F0FDF8
Tones
Muted variations
1#6CE0B9
2#72D9B7
3#79D3B5
4#7FCCB3
5#86C6B0
6#8CBFAE
7#92B9AC
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 #E0FAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD2 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6BB | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC18B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4633 | 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: #C6F6E6;
--sky-blue-300: #9AEFD2;
--sky-blue-400: #65E6BB;
--sky-blue-500: #3ADFA8;
--sky-blue-600: #1FC18B;
--sky-blue-700: #199A6F;
--sky-blue-800: #126E4F;
--sky-blue-900: #0B4633;
--sky-blue-950: #072C20;
}