Sky Blue
#65E7DA
CyanColor Codes
All color formats for development
HEX
#65E7DARGB
rgb(101, 231, 218)HSL
hsl(174, 73%, 65%)OKLCH
oklch(0.852 0.116 186.3)CMYK
cmyk(56%, 0%, 6%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48E2D3
2#2BDECC
3#1FC9B8
4#1BAC9E
5#168F83
6#127369
7#0D564F
8#093935
9#041D1A
Tints
Lighter variations
1#74E9DE
2#83ECE1
3#93EEE5
4#A2F1E9
5#B2F3EC
6#C1F5F0
7#D1F8F4
8#E0FAF8
9#F0FDFB
Tones
Muted variations
1#6BE0D5
2#72DACF
3#78D3CA
4#7FCDC5
5#85C6C0
6#8CC0BB
7#92B9B5
8#99B3B0
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 #C6F6F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE7 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7DA | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4741 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C28 | 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: #C6F6F1;
--sky-blue-300: #9AEFE7;
--sky-blue-400: #65E7DA;
--sky-blue-500: #38E0CF;
--sky-blue-600: #1EC2B2;
--sky-blue-700: #189A8D;
--sky-blue-800: #116E65;
--sky-blue-900: #0B4741;
--sky-blue-950: #072C28;
}