Sky Blue
#90E9F9
CyanColor Codes
All color formats for development
HEX
#90E9F9RGB
rgb(144, 233, 249)HSL
hsl(189, 90%, 77%)OKLCH
oklch(0.884 0.088 210.2)CMYK
cmyk(42%, 6%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AE2F7
2#45DBF5
3#20D4F3
4#0CC0E0
5#0AA0BB
6#088095
7#066070
8#04404B
9#022025
Tints
Lighter variations
1#9BEBFA
2#A6EEFA
3#B1F0FB
4#BCF2FB
5#C7F4FC
6#D2F6FD
7#DEF8FD
8#E9FBFE
9#F4FDFE
Tones
Muted variations
1#95E6F4
2#9AE2EF
3#9FDEE9
4#A5DBE4
5#AAD7DF
6#AFD3D9
7#B5CFD4
8#BACCCF
9#BFC8CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF8 #DDF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F3 #C0F3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E9 #90E9F9 | BordersInactive statesPlaceholder text |
| 400 | 55DE #55DEF6 | Disabled statesSecondary iconsMuted text |
| 500 | 25D5 #25D5F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BB7 #0BB7D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0991 #0991AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0668 #066879 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0443 #04434E | Primary textHigh emphasis contentDark headings |
| 950 | 032A #032A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFE;
--sky-blue-100: #DDF8FD;
--sky-blue-200: #C0F3FC;
--sky-blue-300: #90E9F9;
--sky-blue-400: #55DEF6;
--sky-blue-500: #25D5F4;
--sky-blue-600: #0BB7D5;
--sky-blue-700: #0991AA;
--sky-blue-800: #066879;
--sky-blue-900: #04434E;
--sky-blue-950: #032A30;
}