Sky Blue
#65E7C6
CyanColor Codes
All color formats for development
HEX
#65E7C6RGB
rgb(101, 231, 198)HSL
hsl(165, 73%, 65%)OKLCH
oklch(0.846 0.125 173.9)CMYK
cmyk(56%, 0%, 14%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48E2BC
2#2BDEB1
3#1FC99E
4#1BAC88
5#168F71
6#12735A
7#0D5644
8#09392D
9#041D17
Tints
Lighter variations
1#74E9CC
2#83ECD2
3#93EED7
4#A2F1DD
5#B2F3E3
6#C1F5E8
7#D1F8EE
8#E0FAF4
9#F0FDF9
Tones
Muted variations
1#6BE0C3
2#72DAC0
3#78D3BD
4#7FCDB9
5#85C6B6
6#8CC0B3
7#92B9B0
8#99B3AC
9#9FACA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFDA | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7C6 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC299 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4738 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFA;
--sky-blue-100: #E0FAF4;
--sky-blue-200: #C6F6EA;
--sky-blue-300: #9AEFDA;
--sky-blue-400: #65E7C6;
--sky-blue-500: #38E0B6;
--sky-blue-600: #1EC299;
--sky-blue-700: #189A7A;
--sky-blue-800: #116E57;
--sky-blue-900: #0B4738;
--sky-blue-950: #072C23;
}