Sky Blue
#90E2F9
CyanColor Codes
All color formats for development
HEX
#90E2F9RGB
rgb(144, 226, 249)HSL
hsl(193, 90%, 77%)OKLCH
oklch(0.868 0.086 217.6)CMYK
cmyk(42%, 9%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AD9F7
2#45CFF5
3#20C5F3
4#0CB2E0
5#0A94BB
6#087795
7#065970
8#043B4B
9#021E25
Tints
Lighter variations
1#9BE5FA
2#A6E8FA
3#B1EBFB
4#BCEEFB
5#C7F1FC
6#D2F4FD
7#DEF6FD
8#E9F9FE
9#F4FCFE
Tones
Muted variations
1#95DFF4
2#9ADCEF
3#9FD9E9
4#A5D6E4
5#AAD3DF
6#AFD0D9
7#B5CDD4
8#BACACF
9#BFC7CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF6 #DDF6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EF #C0EFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E2 #90E2F9 | BordersInactive statesPlaceholder text |
| 400 | 55D3 #55D3F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25C7 #25C7F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BA9 #0BA9D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0987 #0987AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0660 #066079 | Text on light backgroundsHeadingsStrong borders |
| 900 | 043E #043E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0327 #032730 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FBFE;
--sky-blue-100: #DDF6FD;
--sky-blue-200: #C0EFFC;
--sky-blue-300: #90E2F9;
--sky-blue-400: #55D3F6;
--sky-blue-500: #25C7F4;
--sky-blue-600: #0BA9D5;
--sky-blue-700: #0987AA;
--sky-blue-800: #066079;
--sky-blue-900: #043E4E;
--sky-blue-950: #032730;
}