Sky Blue
#9AE4EF
CyanColor Codes
All color formats for development
HEX
#9AE4EFRGB
rgb(154, 228, 239)HSL
hsl(188, 73%, 77%)OKLCH
oklch(0.874 0.075 207.6)CMYK
cmyk(36%, 5%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78DBEA
2#56D1E5
3#34C8DF
4#20B5CC
5#1B97AA
6#157988
7#105A66
8#0B3C44
9#051E22
Tints
Lighter variations
1#A4E6F1
2#AEE9F2
3#B8ECF4
4#C2EFF5
5#CCF1F7
6#D6F4F9
7#E1F7FA
8#EBFAFC
9#F5FCFD
Tones
Muted variations
1#9EE1EB
2#A2DDE7
3#A6DAE2
4#ABD7DE
5#AFD4DA
6#B3D1D5
7#B8CED1
8#BCCBCD
9#C0C7C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F7 #E0F7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F0 #C6F0F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE4 #9AE4EF | BordersInactive statesPlaceholder text |
| 400 | 65D6 #65D6E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38CA #38CAE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EAC #1EACC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1889 #18899A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1162 #11626E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B3F #0B3F47 | Primary textHigh emphasis contentDark headings |
| 950 | 0727 #07272C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFD;
--sky-blue-100: #E0F7FA;
--sky-blue-200: #C6F0F6;
--sky-blue-300: #9AE4EF;
--sky-blue-400: #65D6E7;
--sky-blue-500: #38CAE0;
--sky-blue-600: #1EACC2;
--sky-blue-700: #18899A;
--sky-blue-800: #11626E;
--sky-blue-900: #0B3F47;
--sky-blue-950: #07272C;
}