Sky Blue
#9AEFDE
CyanColor Codes
All color formats for development
HEX
#9AEFDERGB
rgb(154, 239, 222)HSL
hsl(168, 73%, 77%)OKLCH
oklch(0.893 0.086 180.2)CMYK
cmyk(36%, 0%, 7%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EAD3
2#56E5C8
3#34DFBD
4#20CCA9
5#1BAA8D
6#158871
7#106655
8#0B4438
9#05221C
Tints
Lighter variations
1#A4F1E1
2#AEF2E5
3#B8F4E8
4#C2F5EB
5#CCF7EF
6#D6F9F2
7#E1FAF5
8#EBFCF8
9#F5FDFC
Tones
Muted variations
1#9EEBDB
2#A2E7D9
3#A6E2D6
4#ABDED4
5#AFDAD1
6#B3D5CF
7#B8D1CC
8#BCCDC9
9#C0C9C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFDE | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7CD | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B473B | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFB;
--sky-blue-100: #E0FAF5;
--sky-blue-200: #C6F6EC;
--sky-blue-300: #9AEFDE;
--sky-blue-400: #65E7CD;
--sky-blue-500: #38E0BF;
--sky-blue-600: #1EC2A1;
--sky-blue-700: #189A80;
--sky-blue-800: #116E5C;
--sky-blue-900: #0B473B;
--sky-blue-950: #072C25;
}