Sky Blue
#9AEFDA
CyanColor Codes
All color formats for development
HEX
#9AEFDARGB
rgb(154, 239, 218)HSL
hsl(165, 73%, 77%)OKLCH
oklch(0.892 0.088 176.8)CMYK
cmyk(36%, 0%, 9%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EACD
2#56E5C1
3#34DFB4
4#20CCA1
5#1BAA86
6#15886B
7#106650
8#0B4436
9#05221B
Tints
Lighter variations
1#A4F1DD
2#AEF2E1
3#B8F4E5
4#C2F5E9
5#CCF7EC
6#D6F9F0
7#E1FAF4
8#EBFCF8
9#F5FDFB
Tones
Muted variations
1#9EEBD8
2#A2E7D5
3#A6E2D3
4#ABDED1
5#AFDACF
6#B3D5CD
7#B8D1CB
8#BCCDC9
9#C0C9C6
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;
}