Sky Blue
#65E6CC
CyanColor Codes
All color formats for development
HEX
#65E6CCRGB
rgb(101, 230, 204)HSL
hsl(168, 72%, 65%)OKLCH
oklch(0.845 0.121 177.9)CMYK
cmyk(56%, 0%, 11%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49E1C3
2#2CDDB9
3#20C8A6
4#1CAB8E
5#178F77
6#13725F
7#0E5647
8#09392F
9#051D18
Tints
Lighter variations
1#75E9D1
2#84EBD6
3#94EEDC
4#A3F0E1
5#B2F3E6
6#C2F5EB
7#D1F8F0
8#E0FAF5
9#F0FDFA
Tones
Muted variations
1#6CE0C8
2#72D9C5
3#79D3C1
4#7FCCBD
5#86C6B9
6#8CBFB5
7#92B9B1
8#99B3AD
9#9FACAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFDE | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6CC | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC1A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B463A | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFB;
--sky-blue-100: #E0FAF5;
--sky-blue-200: #C6F6EC;
--sky-blue-300: #9AEFDE;
--sky-blue-400: #65E6CC;
--sky-blue-500: #3ADFBE;
--sky-blue-600: #1FC1A1;
--sky-blue-700: #199A80;
--sky-blue-800: #126E5B;
--sky-blue-900: #0B463A;
--sky-blue-950: #072C25;
}