Sky Blue
#65E6BF
GreenColor Codes
All color formats for development
HEX
#65E6BFRGB
rgb(101, 230, 191)HSL
hsl(162, 72%, 65%)OKLCH
oklch(0.842 0.128 170.4)CMYK
cmyk(56%, 0%, 17%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49E1B4
2#2CDDA8
3#20C895
4#1CAB80
5#178F6B
6#137255
7#0E5640
8#09392B
9#051D15
Tints
Lighter variations
1#75E9C6
2#84EBCC
3#94EED3
4#A3F0D9
5#B2F3DF
6#C2F5E6
7#D1F8EC
8#E0FAF2
9#F0FDF9
Tones
Muted variations
1#6CE0BD
2#72D9BA
3#79D3B8
4#7FCCB5
5#86C6B3
6#8CBFB0
7#92B9AD
8#99B3AB
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 | C6F6 #C6F6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD5 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6BF | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFAD | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC191 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4635 | 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: #C6F6E7;
--sky-blue-300: #9AEFD5;
--sky-blue-400: #65E6BF;
--sky-blue-500: #3ADFAD;
--sky-blue-600: #1FC191;
--sky-blue-700: #199A73;
--sky-blue-800: #126E52;
--sky-blue-900: #0B4635;
--sky-blue-950: #072C21;
}