Sky Blue
#9AE2EF
CyanColor Codes
All color formats for development
HEX
#9AE2EFRGB
rgb(154, 226, 239)HSL
hsl(189, 73%, 77%)OKLCH
oklch(0.87 0.074 210)CMYK
cmyk(36%, 5%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78D9EA
2#56CFE5
3#34C6DF
4#20B2CC
5#1B94AA
6#157788
7#105966
8#0B3B44
9#051E22
Tints
Lighter variations
1#A4E5F1
2#AEE8F2
3#B8EBF4
4#C2EEF5
5#CCF1F7
6#D6F4F9
7#E1F6FA
8#EBF9FC
9#F5FCFD
Tones
Muted variations
1#9EDFEB
2#A2DCE7
3#A6D9E2
4#ABD6DE
5#AFD3DA
6#B3D0D5
7#B8CDD1
8#BCCACD
9#C0C7C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F6 #E0F6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EF #C6EFF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE2 #9AE2EF | BordersInactive statesPlaceholder text |
| 400 | 65D3 #65D3E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38C7 #38C7E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EAA #1EAAC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1887 #18879A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1160 #11606E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B3E #0B3E47 | 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: #E0F6FA;
--sky-blue-200: #C6EFF6;
--sky-blue-300: #9AE2EF;
--sky-blue-400: #65D3E7;
--sky-blue-500: #38C7E0;
--sky-blue-600: #1EAAC2;
--sky-blue-700: #18879A;
--sky-blue-800: #11606E;
--sky-blue-900: #0B3E47;
--sky-blue-950: #07272C;
}