Sky Blue
#9AE5EF
CyanColor Codes
All color formats for development
HEX
#9AE5EFRGB
rgb(154, 229, 239)HSL
hsl(187, 73%, 77%)OKLCH
oklch(0.876 0.075 206.4)CMYK
cmyk(36%, 4%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78DDEA
2#56D4E5
3#34CBDF
4#20B8CC
5#1B99AA
6#157A88
7#105C66
8#0B3D44
9#051F22
Tints
Lighter variations
1#A4E8F1
2#AEEAF2
3#B8EDF4
4#C2F0F5
5#CCF2F7
6#D6F5F9
7#E1F7FA
8#EBFAFC
9#F5FCFD
Tones
Muted variations
1#9EE2EB
2#A2DFE7
3#A6DBE2
4#ABD8DE
5#AFD5DA
6#B3D1D5
7#B8CED1
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 | E0F7 #E0F7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F0 #C6F0F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE5 #9AE5EF | BordersInactive statesPlaceholder text |
| 400 | 65D8 #65D8E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38CC #38CCE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EAF #1EAFC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 188B #188B9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1163 #11636E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B40 #0B4047 | 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: #E0F7FA;
--sky-blue-200: #C6F0F6;
--sky-blue-300: #9AE5EF;
--sky-blue-400: #65D8E7;
--sky-blue-500: #38CCE0;
--sky-blue-600: #1EAFC2;
--sky-blue-700: #188B9A;
--sky-blue-800: #11636E;
--sky-blue-900: #0B4047;
--sky-blue-950: #07282C;
}