Sky Blue
#65E6E6
CyanColor Codes
All color formats for development
HEX
#65E6E6RGB
rgb(101, 230, 230)HSL
hsl(180, 72%, 65%)OKLCH
oklch(0.853 0.113 195.2)CMYK
cmyk(56%, 0%, 0%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49E1E1
2#2CDDDD
3#20C8C8
4#1CABAB
5#178F8F
6#137272
7#0E5656
8#093939
9#051D1D
Tints
Lighter variations
1#75E9E9
2#84EBEB
3#94EEEE
4#A3F0F0
5#B2F3F3
6#C2F5F5
7#D1F8F8
8#E0FAFA
9#F0FDFD
Tones
Muted variations
1#6CE0E0
2#72D9D9
3#79D3D3
4#7FCCCC
5#86C6C6
6#8CBFBF
7#92B9B9
8#99B3B3
9#9FACAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFEF | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC1C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4646 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFD;
--sky-blue-100: #E0FAFA;
--sky-blue-200: #C6F6F6;
--sky-blue-300: #9AEFEF;
--sky-blue-400: #65E6E6;
--sky-blue-500: #3ADFDF;
--sky-blue-600: #1FC1C1;
--sky-blue-700: #199A9A;
--sky-blue-800: #126E6E;
--sky-blue-900: #0B4646;
--sky-blue-950: #072C2C;
}