Sky Blue
#65E7E0
CyanColor Codes
All color formats for development
HEX
#65E7E0RGB
rgb(101, 231, 224)HSL
hsl(177, 73%, 65%)OKLCH
oklch(0.854 0.115 190.4)CMYK
cmyk(56%, 0%, 3%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48E2DB
2#2BDED5
3#1FC9C0
4#1BACA5
5#168F89
6#12736E
7#0D5652
8#093937
9#041D1B
Tints
Lighter variations
1#74E9E3
2#83ECE7
3#93EEEA
4#A2F1ED
5#B2F3F0
6#C1F5F3
7#D1F8F6
8#E0FAF9
9#F0FDFC
Tones
Muted variations
1#6BE0DB
2#72DAD5
3#78D3CF
4#7FCDC9
5#85C6C3
6#8CC0BD
7#92B9B7
8#99B3B1
9#9FACAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFEB | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7E0 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4744 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E0FAF9;
--sky-blue-200: #C6F6F4;
--sky-blue-300: #9AEFEB;
--sky-blue-400: #65E7E0;
--sky-blue-500: #38E0D8;
--sky-blue-600: #1EC2BA;
--sky-blue-700: #189A94;
--sky-blue-800: #116E6A;
--sky-blue-900: #0B4744;
--sky-blue-950: #072C2A;
}