Sky Blue
#65E7D8
CyanColor Codes
All color formats for development
HEX
#65E7D8RGB
rgb(101, 231, 216)HSL
hsl(173, 73%, 65%)OKLCH
oklch(0.851 0.117 185)CMYK
cmyk(56%, 0%, 6%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48E2D0
2#2BDEC9
3#1FC9B5
4#1BAC9B
5#168F81
6#127367
7#0D564E
8#093934
9#041D1A
Tints
Lighter variations
1#74E9DC
2#83ECE0
3#93EEE3
4#A2F1E7
5#B2F3EB
6#C1F5EF
7#D1F8F3
8#E0FAF7
9#F0FDFB
Tones
Muted variations
1#6BE0D3
2#72DACE
3#78D3C9
4#7FCDC4
5#85C6BF
6#8CC0BA
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 #E0FAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE5 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7D8 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0CC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4740 | 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: #E0FAF7;
--sky-blue-200: #C6F6F0;
--sky-blue-300: #9AEFE5;
--sky-blue-400: #65E7D8;
--sky-blue-500: #38E0CC;
--sky-blue-600: #1EC2AF;
--sky-blue-700: #189A8B;
--sky-blue-800: #116E63;
--sky-blue-900: #0B4740;
--sky-blue-950: #072C28;
}