Sky Blue
#90F2F9
CyanColor Codes
All color formats for development
HEX
#90F2F9RGB
rgb(144, 242, 249)HSL
hsl(184, 90%, 77%)OKLCH
oklch(0.903 0.093 201.6)CMYK
cmyk(42%, 3%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AEEF7
2#45E9F5
3#20E5F3
4#0CD2E0
5#0AAFBB
6#088C95
7#066970
8#04464B
9#022325
Tints
Lighter variations
1#9BF3FA
2#A6F5FA
3#B1F6FB
4#BCF7FB
5#C7F9FC
6#D2FAFD
7#DEFBFD
8#E9FCFE
9#F4FEFE
Tones
Muted variations
1#95EEF4
2#9AE9EF
3#9FE4E9
4#A5E0E4
5#AADBDF
6#AFD7D9
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 | C0F8 #C0F8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F2 #90F2F9 | BordersInactive statesPlaceholder text |
| 400 | 55EB #55EBF6 | Disabled statesSecondary iconsMuted text |
| 500 | 25E6 #25E6F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BC8 #0BC8D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 099F #099FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0671 #067179 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0449 #04494E | 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: #C0F8FC;
--sky-blue-300: #90F2F9;
--sky-blue-400: #55EBF6;
--sky-blue-500: #25E6F4;
--sky-blue-600: #0BC8D5;
--sky-blue-700: #099FAA;
--sky-blue-800: #067179;
--sky-blue-900: #04494E;
--sky-blue-950: #032D30;
}