Sky Blue
#65E6C8
CyanColor Codes
All color formats for development
HEX
#65E6C8RGB
rgb(101, 230, 200)HSL
hsl(166, 72%, 65%)OKLCH
oklch(0.844 0.123 175.5)CMYK
cmyk(56%, 0%, 13%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49E1BE
2#2CDDB4
3#20C8A1
4#1CAB8A
5#178F73
6#13725C
7#0E5645
8#09392E
9#051D17
Tints
Lighter variations
1#75E9CE
2#84EBD3
3#94EED9
4#A3F0DE
5#B2F3E4
6#C2F5E9
7#D1F8EF
8#E0FAF4
9#F0FDFA
Tones
Muted variations
1#6CE0C5
2#72D9C1
3#79D3BE
4#7FCCBA
5#86C6B7
6#8CBFB3
7#92B9B0
8#99B3AD
9#9FACA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFDB | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6C8 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFB8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC19B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4638 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFA;
--sky-blue-100: #E0FAF4;
--sky-blue-200: #C6F6EB;
--sky-blue-300: #9AEFDB;
--sky-blue-400: #65E6C8;
--sky-blue-500: #3ADFB8;
--sky-blue-600: #1FC19B;
--sky-blue-700: #199A7C;
--sky-blue-800: #126E58;
--sky-blue-900: #0B4638;
--sky-blue-950: #072C23;
}