Sky Blue
#9AE8EF
CyanColor Codes
All color formats for development
HEX
#9AE8EFRGB
rgb(154, 232, 239)HSL
hsl(185, 73%, 77%)OKLCH
oklch(0.883 0.077 203)CMYK
cmyk(36%, 3%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78E0EA
2#56D9E5
3#34D1DF
4#20BDCC
5#1B9EAA
6#157E88
7#105F66
8#0B3F44
9#052022
Tints
Lighter variations
1#A4EAF1
2#AEEDF2
3#B8EFF4
4#C2F1F5
5#CCF4F7
6#D6F6F9
7#E1F8FA
8#EBFAFC
9#F5FDFD
Tones
Muted variations
1#9EE4EB
2#A2E1E7
3#A6DDE2
4#ABDADE
5#AFD6DA
6#B3D3D5
7#B8CFD1
8#BCCBCD
9#C0C8C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F8 #E0F8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F2 #C6F2F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE8 #9AE8EF | BordersInactive statesPlaceholder text |
| 400 | 65DC #65DCE7 | Disabled statesSecondary iconsMuted text |
| 500 | 38D2 #38D2E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EB4 #1EB4C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1890 #18909A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1167 #11676E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B42 #0B4247 | Primary textHigh emphasis contentDark headings |
| 950 | 0729 #07292C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E0F8FA;
--sky-blue-200: #C6F2F6;
--sky-blue-300: #9AE8EF;
--sky-blue-400: #65DCE7;
--sky-blue-500: #38D2E0;
--sky-blue-600: #1EB4C2;
--sky-blue-700: #18909A;
--sky-blue-800: #11676E;
--sky-blue-900: #0B4247;
--sky-blue-950: #07292C;
}