Sky Blue
#65E6E2
CyanColor Codes
All color formats for development
HEX
#65E6E2RGB
rgb(101, 230, 226)HSL
hsl(178, 72%, 65%)OKLCH
oklch(0.852 0.114 192.4)CMYK
cmyk(56%, 0%, 2%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49E1DC
2#2CDDD7
3#20C8C2
4#1CABA6
5#178F8B
6#13726F
7#0E5653
8#093937
9#051D1C
Tints
Lighter variations
1#75E9E5
2#84EBE8
3#94EEEB
4#A3F0ED
5#B2F3F0
6#C2F5F3
7#D1F8F6
8#E0FAF9
9#F0FDFC
Tones
Muted variations
1#6CE0DC
2#72D9D6
3#79D3D0
4#7FCCCA
5#86C6C4
6#8CBFBE
7#92B9B8
8#99B3B2
9#9FACAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFEC | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC1BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4644 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E0FAF9;
--sky-blue-200: #C6F6F4;
--sky-blue-300: #9AEFEC;
--sky-blue-400: #65E6E2;
--sky-blue-500: #3ADFD9;
--sky-blue-600: #1FC1BC;
--sky-blue-700: #199A95;
--sky-blue-800: #126E6B;
--sky-blue-900: #0B4644;
--sky-blue-950: #072C2B;
}