Sky Blue
#65E7C8
CyanColor Codes
All color formats for development
HEX
#65E7C8RGB
rgb(101, 231, 200)HSL
hsl(166, 73%, 65%)OKLCH
oklch(0.847 0.124 175)CMYK
cmyk(56%, 0%, 13%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48E2BE
2#2BDEB4
3#1FC9A1
4#1BAC8A
5#168F73
6#12735C
7#0D5645
8#09392E
9#041D17
Tints
Lighter variations
1#74E9CE
2#83ECD3
3#93EED9
4#A2F1DE
5#B2F3E4
6#C1F5E9
7#D1F8EF
8#E0FAF4
9#F0FDFA
Tones
Muted variations
1#6BE0C5
2#72DAC2
3#78D3BE
4#7FCDBB
5#85C6B7
6#8CC0B4
7#92B9B0
8#99B3AD
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 #C6F6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFDB | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7C8 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC29C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4739 | 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: #C6F6EB;
--sky-blue-300: #9AEFDB;
--sky-blue-400: #65E7C8;
--sky-blue-500: #38E0B9;
--sky-blue-600: #1EC29C;
--sky-blue-700: #189A7C;
--sky-blue-800: #116E59;
--sky-blue-900: #0B4739;
--sky-blue-950: #072C23;
}