Sky Blue
#65E7CD
CyanColor Codes
All color formats for development
HEX
#65E7CDRGB
rgb(101, 231, 205)HSL
hsl(168, 73%, 65%)OKLCH
oklch(0.848 0.121 178)CMYK
cmyk(56%, 0%, 11%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48E2C4
2#2BDEBA
3#1FC9A7
4#1BAC8F
5#168F77
6#12735F
7#0D5648
8#093930
9#041D18
Tints
Lighter variations
1#74E9D2
2#83ECD7
3#93EEDC
4#A2F1E1
5#B2F3E6
6#C1F5EB
7#D1F8F0
8#E0FAF5
9#F0FDFA
Tones
Muted variations
1#6BE0C9
2#72DAC5
3#78D3C1
4#7FCDBD
5#85C6B9
6#8CC0B5
7#92B9B1
8#99B3AE
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 | 65E7 #65E7CD | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B473B | 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: #65E7CD;
--sky-blue-500: #38E0BF;
--sky-blue-600: #1EC2A1;
--sky-blue-700: #189A80;
--sky-blue-800: #116E5C;
--sky-blue-900: #0B473B;
--sky-blue-950: #072C25;
}