Sky Blue
#9AEBEF
CyanColor Codes
All color formats for development
HEX
#9AEBEFRGB
rgb(154, 235, 239)HSL
hsl(183, 73%, 77%)OKLCH
oklch(0.889 0.079 199.8)CMYK
cmyk(36%, 2%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78E4EA
2#56DDE5
3#34D7DF
4#20C3CC
5#1BA3AA
6#158288
7#106266
8#0B4144
9#052122
Tints
Lighter variations
1#A4EDF1
2#AEEFF2
3#B8F1F4
4#C2F3F5
5#CCF5F7
6#D6F7F9
7#E1F9FA
8#EBFBFC
9#F5FDFD
Tones
Muted variations
1#9EE7EB
2#A2E3E7
3#A6DFE2
4#ABDBDE
5#AFD8DA
6#B3D4D5
7#B8D0D1
8#BCCCCD
9#C0C8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F9 #E0F9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F4 #C6F4F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEB #9AEBEF | BordersInactive statesPlaceholder text |
| 400 | 65E0 #65E0E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38D8 #38D8E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EBA #1EBAC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1894 #18949A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116A #116A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B44 #0B4447 | Primary textHigh emphasis contentDark headings |
| 950 | 072A #072A2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E0F9FA;
--sky-blue-200: #C6F4F6;
--sky-blue-300: #9AEBEF;
--sky-blue-400: #65E0E7;
--sky-blue-500: #38D8E0;
--sky-blue-600: #1EBAC2;
--sky-blue-700: #18949A;
--sky-blue-800: #116A6E;
--sky-blue-900: #0B4447;
--sky-blue-950: #072A2C;
}