Sky Blue
#65E7D6
CyanColor Codes
All color formats for development
HEX
#65E7D6RGB
rgb(101, 231, 214)HSL
hsl(172, 73%, 65%)OKLCH
oklch(0.851 0.117 183.7)CMYK
cmyk(56%, 0%, 7%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#48E2CE
2#2BDEC6
3#1FC9B2
4#1BAC99
5#168F7F
6#127366
7#0D564C
8#093933
9#041D19
Tints
Lighter variations
1#74E9DA
2#83ECDE
3#93EEE2
4#A2F1E6
5#B2F3EA
6#C1F5EE
7#D1F8F3
8#E0FAF7
9#F0FDFB
Tones
Muted variations
1#6BE0D1
2#72DACC
3#78D3C7
4#7FCDC2
5#85C6BE
6#8CC0B9
7#92B9B4
8#99B3AF
9#9FACAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE4 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7D6 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B473F | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFB;
--sky-blue-100: #E0FAF7;
--sky-blue-200: #C6F6F0;
--sky-blue-300: #9AEFE4;
--sky-blue-400: #65E7D6;
--sky-blue-500: #38E0CA;
--sky-blue-600: #1EC2AC;
--sky-blue-700: #189A89;
--sky-blue-800: #116E62;
--sky-blue-900: #0B473F;
--sky-blue-950: #072C27;
}