Sky Blue
#9AEFEC
CyanColor Codes
All color formats for development
HEX
#9AEFECRGB
rgb(154, 239, 236)HSL
hsl(178, 73%, 77%)OKLCH
oklch(0.897 0.083 192.9)CMYK
cmyk(36%, 0%, 1%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EAE6
2#56E5E0
3#34DFDA
4#20CCC6
5#1BAAA5
6#158884
7#106663
8#0B4442
9#052221
Tints
Lighter variations
1#A4F1EE
2#AEF2F0
3#B8F4F2
4#C2F5F4
5#CCF7F6
6#D6F9F8
7#E1FAF9
8#EBFCFB
9#F5FDFD
Tones
Muted variations
1#9EEBE8
2#A2E7E4
3#A6E2E0
4#ABDEDC
5#AFDAD8
6#B3D5D4
7#B8D1D0
8#BCCDCC
9#C0C9C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFEC | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7E3 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2BD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4745 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFD;
--sky-blue-100: #E0FAF9;
--sky-blue-200: #C6F6F4;
--sky-blue-300: #9AEFEC;
--sky-blue-400: #65E7E3;
--sky-blue-500: #38E0DA;
--sky-blue-600: #1EC2BD;
--sky-blue-700: #189A96;
--sky-blue-800: #116E6B;
--sky-blue-900: #0B4745;
--sky-blue-950: #072C2B;
}