Sky Blue
#65E6D7
CyanColor Codes
All color formats for development
HEX
#65E6D7RGB
rgb(101, 230, 215)HSL
hsl(173, 72%, 65%)OKLCH
oklch(0.849 0.116 184.9)CMYK
cmyk(56%, 0%, 7%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49E1D0
2#2CDDC8
3#20C8B4
4#1CAB9A
5#178F81
6#137267
7#0E564D
8#093933
9#051D1A
Tints
Lighter variations
1#75E9DB
2#84EBDF
3#94EEE3
4#A3F0E7
5#B2F3EB
6#C2F5EF
7#D1F8F3
8#E0FAF7
9#F0FDFB
Tones
Muted variations
1#6CE0D2
2#72D9CD
3#79D3C8
4#7FCCC3
5#86C6BE
6#8CBFB9
7#92B9B5
8#99B3B0
9#9FACAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE5 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6D7 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFCC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC1AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B463F | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E0FAF7;
--sky-blue-200: #C6F6F0;
--sky-blue-300: #9AEFE5;
--sky-blue-400: #65E6D7;
--sky-blue-500: #3ADFCC;
--sky-blue-600: #1FC1AE;
--sky-blue-700: #199A8B;
--sky-blue-800: #126E63;
--sky-blue-900: #0B463F;
--sky-blue-950: #072C28;
}