Sky Blue
#90DEF9
BlueColor Codes
All color formats for development
HEX
#90DEF9RGB
rgb(144, 222, 249)HSL
hsl(195, 90%, 77%)OKLCH
oklch(0.859 0.085 221.9)CMYK
cmyk(42%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AD4F7
2#45C9F5
3#20BEF3
4#0CABE0
5#0A8EBB
6#087295
7#065570
8#04394B
9#021C25
Tints
Lighter variations
1#9BE2FA
2#A6E5FA
3#B1E8FB
4#BCECFB
5#C7EFFC
6#D2F2FD
7#DEF5FD
8#E9F9FE
9#F4FCFE
Tones
Muted variations
1#95DCF4
2#9AD9EF
3#9FD7E9
4#A5D4E4
5#AAD2DF
6#AFCFD9
7#B5CCD4
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 | DDF5 #DDF5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0ED #C0EDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90DF #90DFF9 | BordersInactive statesPlaceholder text |
| 400 | 55CE #55CEF6 | Disabled statesSecondary iconsMuted text |
| 500 | 25C0 #25C0F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BA3 #0BA3D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0981 #0981AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 065C #065C79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 043B #043B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0325 #032530 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FBFE;
--sky-blue-100: #DDF5FD;
--sky-blue-200: #C0EDFC;
--sky-blue-300: #90DFF9;
--sky-blue-400: #55CEF6;
--sky-blue-500: #25C0F4;
--sky-blue-600: #0BA3D5;
--sky-blue-700: #0981AA;
--sky-blue-800: #065C79;
--sky-blue-900: #043B4E;
--sky-blue-950: #032530;
}