Sky Blue
#90D7F9
BlueColor Codes
All color formats for development
HEX
#90D7F9RGB
rgb(144, 215, 249)HSL
hsl(199, 90%, 77%)OKLCH
oklch(0.844 0.085 229.7)CMYK
cmyk(42%, 14%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6ACBF7
2#45BDF5
3#20B0F3
4#0C9DE0
5#0A83BB
6#086895
7#064E70
8#04344B
9#021A25
Tints
Lighter variations
1#9BDCFA
2#A6E0FA
3#B1E3FB
4#BCE7FB
5#C7EBFC
6#D2EFFD
7#DEF3FD
8#E9F7FE
9#F4FBFE
Tones
Muted variations
1#95D6F4
2#9AD4EF
3#9FD2E9
4#A5D0E4
5#AACEDF
6#AFCCD9
7#B5CAD4
8#BAC8CF
9#BFC6CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E9 #C0E9FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D8 #90D8F9 | BordersInactive statesPlaceholder text |
| 400 | 55C3 #55C3F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25B2 #25B2F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B95 #0B95D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0977 #0977AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0655 #065579 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0436 #04364E | Primary textHigh emphasis contentDark headings |
| 950 | 0322 #032230 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFE;
--sky-blue-100: #DDF3FD;
--sky-blue-200: #C0E9FC;
--sky-blue-300: #90D8F9;
--sky-blue-400: #55C3F6;
--sky-blue-500: #25B2F4;
--sky-blue-600: #0B95D5;
--sky-blue-700: #0977AA;
--sky-blue-800: #065579;
--sky-blue-900: #04364E;
--sky-blue-950: #032230;
}