Sky Blue
#9AE7EF
CyanColor Codes
All color formats for development
HEX
#9AE7EFRGB
rgb(154, 231, 239)HSL
hsl(186, 73%, 77%)OKLCH
oklch(0.881 0.076 204.1)CMYK
cmyk(36%, 3%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78DEEA
2#56D6E5
3#34CEDF
4#20BBCC
5#1B9CAA
6#157C88
7#105D66
8#0B3E44
9#051F22
Tints
Lighter variations
1#A4E9F1
2#AEEBF2
3#B8EEF4
4#C2F0F5
5#CCF3F7
6#D6F5F9
7#E1F8FA
8#EBFAFC
9#F5FDFD
Tones
Muted variations
1#9EE3EB
2#A2E0E7
3#A6DCE2
4#ABD9DE
5#AFD5DA
6#B3D2D5
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 | C6F1 #C6F1F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE7 #9AE7EF | BordersInactive statesPlaceholder text |
| 400 | 65DA #65DAE7 | Disabled statesSecondary iconsMuted text |
| 500 | 38CF #38CFE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EB2 #1EB2C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 188D #188D9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1165 #11656E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B41 #0B4147 | Primary textHigh emphasis contentDark headings |
| 950 | 0728 #07282C | 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: #C6F1F6;
--sky-blue-300: #9AE7EF;
--sky-blue-400: #65DAE7;
--sky-blue-500: #38CFE0;
--sky-blue-600: #1EB2C2;
--sky-blue-700: #188D9A;
--sky-blue-800: #11656E;
--sky-blue-900: #0B4147;
--sky-blue-950: #07282C;
}