Sky Blue
#9AEFEB
CyanColor Codes
All color formats for development
HEX
#9AEFEBRGB
rgb(154, 239, 235)HSL
hsl(177, 73%, 77%)OKLCH
oklch(0.897 0.083 192)CMYK
cmyk(36%, 0%, 2%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78EAE4
2#56E5DD
3#34DFD7
4#20CCC3
5#1BAAA3
6#158882
7#106662
8#0B4441
9#052221
Tints
Lighter variations
1#A4F1ED
2#AEF2EF
3#B8F4F1
4#C2F5F3
5#CCF7F5
6#D6F9F7
7#E1FAF9
8#EBFCFB
9#F5FDFD
Tones
Muted variations
1#9EEBE7
2#A2E7E3
3#A6E2DF
4#ABDEDB
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 #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFEB | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7E0 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4744 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E0FAF9;
--sky-blue-200: #C6F6F4;
--sky-blue-300: #9AEFEB;
--sky-blue-400: #65E7E0;
--sky-blue-500: #38E0D8;
--sky-blue-600: #1EC2BA;
--sky-blue-700: #189A94;
--sky-blue-800: #116E6A;
--sky-blue-900: #0B4744;
--sky-blue-950: #072C2A;
}