Sky Blue
#90EFF9
CyanColor Codes
All color formats for development
HEX
#90EFF9RGB
rgb(144, 239, 249)HSL
hsl(186, 90%, 77%)OKLCH
oklch(0.897 0.091 204.3)CMYK
cmyk(42%, 4%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AE9F7
2#45E4F5
3#20DEF3
4#0CCBE0
5#0AA9BB
6#088795
7#066570
8#04444B
9#022225
Tints
Lighter variations
1#9BF0FA
2#A6F2FA
3#B1F4FB
4#BCF5FB
5#C7F7FC
6#D2F8FD
7#DEFAFD
8#E9FCFE
9#F4FDFE
Tones
Muted variations
1#95EAF4
2#9AE6EF
3#9FE2E9
4#A5DEE4
5#AAD9DF
6#AFD5D9
7#B5D1D4
8#BACDCF
9#BFC9CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFA #DDFAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F6 #C0F6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90EF #90EFF9 | BordersInactive statesPlaceholder text |
| 400 | 55E6 #55E6F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25DF #25DFF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BC1 #0BC1D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 099A #099AAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 066E #066E79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0446 #04464E | Primary textHigh emphasis contentDark headings |
| 950 | 032C #032C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FDFE;
--sky-blue-100: #DDFAFD;
--sky-blue-200: #C0F6FC;
--sky-blue-300: #90EFF9;
--sky-blue-400: #55E6F6;
--sky-blue-500: #25DFF4;
--sky-blue-600: #0BC1D5;
--sky-blue-700: #099AAA;
--sky-blue-800: #066E79;
--sky-blue-900: #04464E;
--sky-blue-950: #032C30;
}