Sky Blue
#9AEFDB
CyanColor Codes
All color formats for development
HEX
#9AEFDBRGB
rgb(154, 239, 219)HSL
hsl(166, 73%, 77%)OKLCH
oklch(0.892 0.087 177.6)CMYK
cmyk(36%, 0%, 8%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EACF
2#56E5C3
3#34DFB7
4#20CCA4
5#1BAA88
6#15886D
7#106652
8#0B4437
9#05221B
Tints
Lighter variations
1#A4F1DF
2#AEF2E2
3#B8F4E6
4#C2F5EA
5#CCF7ED
6#D6F9F1
7#E1FAF4
8#EBFCF8
9#F5FDFB
Tones
Muted variations
1#9EEBD9
2#A2E7D7
3#A6E2D4
4#ABDED2
5#AFDAD0
6#B3D5CD
7#B8D1CB
8#BCCDC9
9#C0C9C7
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;
}