Sky Blue
#90F0F9
CyanColor Codes
All color formats for development
HEX
#90F0F9RGB
rgb(144, 240, 249)HSL
hsl(185, 90%, 77%)OKLCH
oklch(0.899 0.092 203.4)CMYK
cmyk(42%, 4%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AEBF7
2#45E7F5
3#20E2F3
4#0CCEE0
5#0AACBB
6#088995
7#066770
8#04454B
9#022225
Tints
Lighter variations
1#9BF2FA
2#A6F3FA
3#B1F5FB
4#BCF6FB
5#C7F8FC
6#D2F9FD
7#DEFBFD
8#E9FCFE
9#F4FEFE
Tones
Muted variations
1#95ECF4
2#9AE8EF
3#9FE3E9
4#A5DFE4
5#AADADF
6#AFD6D9
7#B5D2D4
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 | DDFB #DDFBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F7 #C0F7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F0 #90F0F9 | BordersInactive statesPlaceholder text |
| 400 | 55E9 #55E9F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25E2 #25E2F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BC4 #0BC4D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 099C #099CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0670 #067079 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0447 #04474E | Primary textHigh emphasis contentDark headings |
| 950 | 032D #032D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FDFE;
--sky-blue-100: #DDFBFD;
--sky-blue-200: #C0F7FC;
--sky-blue-300: #90F0F9;
--sky-blue-400: #55E9F6;
--sky-blue-500: #25E2F4;
--sky-blue-600: #0BC4D5;
--sky-blue-700: #099CAA;
--sky-blue-800: #067079;
--sky-blue-900: #04474E;
--sky-blue-950: #032D30;
}