Sky Blue
#65E6D1
CyanColor Codes
All color formats for development
HEX
#65E6D1RGB
rgb(101, 230, 209)HSL
hsl(170, 72%, 65%)OKLCH
oklch(0.847 0.118 181)CMYK
cmyk(56%, 0%, 9%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49E1C8
2#2CDDBF
3#20C8AC
4#1CAB93
5#178F7B
6#137262
7#0E564A
8#093931
9#051D19
Tints
Lighter variations
1#75E9D5
2#84EBDA
3#94EEDF
4#A3F0E3
5#B2F3E8
6#C2F5EC
7#D1F8F1
8#E0FAF6
9#F0FDFA
Tones
Muted variations
1#6CE0CC
2#72D9C8
3#79D3C4
4#7FCCBF
5#86C6BB
6#8CBFB7
7#92B9B3
8#99B3AE
9#9FACAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE1 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6D1 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC1A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B463C | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFB;
--sky-blue-100: #E0FAF6;
--sky-blue-200: #C6F6EE;
--sky-blue-300: #9AEFE1;
--sky-blue-400: #65E6D1;
--sky-blue-500: #3ADFC3;
--sky-blue-600: #1FC1A6;
--sky-blue-700: #199A84;
--sky-blue-800: #126E5E;
--sky-blue-900: #0B463C;
--sky-blue-950: #072C26;
}