Sky Blue
#65E6D3
CyanColor Codes
All color formats for development
HEX
#65E6D3RGB
rgb(101, 230, 211)HSL
hsl(171, 72%, 65%)OKLCH
oklch(0.847 0.118 182.3)CMYK
cmyk(56%, 0%, 8%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49E1CB
2#2CDDC2
3#20C8AF
4#1CAB96
5#178F7D
6#137264
7#0E564B
8#093932
9#051D19
Tints
Lighter variations
1#75E9D7
2#84EBDC
3#94EEE0
4#A3F0E4
5#B2F3E9
6#C2F5ED
7#D1F8F2
8#E0FAF6
9#F0FDFB
Tones
Muted variations
1#6CE0CE
2#72D9CA
3#79D3C5
4#7FCCC1
5#86C6BC
6#8CBFB8
7#92B9B3
8#99B3AF
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 #C6F6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE2 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6D3 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC1A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B463D | 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: #C6F6EF;
--sky-blue-300: #9AEFE2;
--sky-blue-400: #65E6D3;
--sky-blue-500: #3ADFC6;
--sky-blue-600: #1FC1A9;
--sky-blue-700: #199A86;
--sky-blue-800: #126E60;
--sky-blue-900: #0B463D;
--sky-blue-950: #072C26;
}