Sky Blue
#65E7DC
CyanColor Codes
All color formats for development
HEX
#65E7DCRGB
rgb(101, 231, 220)HSL
hsl(175, 73%, 65%)OKLCH
oklch(0.852 0.116 187.6)CMYK
cmyk(56%, 0%, 5%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48E2D6
2#2BDECF
3#1FC9BB
4#1BACA0
5#168F85
6#12736B
7#0D5650
8#093935
9#041D1B
Tints
Lighter variations
1#74E9E0
2#83ECE3
3#93EEE7
4#A2F1EA
5#B2F3EE
6#C1F5F1
7#D1F8F5
8#E0FAF8
9#F0FDFC
Tones
Muted variations
1#6BE0D7
2#72DAD1
3#78D3CC
4#7FCDC6
5#85C6C1
6#8CC0BB
7#92B9B6
8#99B3B1
9#9FACAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE8 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7DC | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4742 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E0FAF8;
--sky-blue-200: #C6F6F2;
--sky-blue-300: #9AEFE8;
--sky-blue-400: #65E7DC;
--sky-blue-500: #38E0D2;
--sky-blue-600: #1EC2B4;
--sky-blue-700: #189A90;
--sky-blue-800: #116E67;
--sky-blue-900: #0B4742;
--sky-blue-950: #072C29;
}