Sky Blue
#90D4F9
BlueColor Codes
All color formats for development
HEX
#90D4F9RGB
rgb(144, 212, 249)HSL
hsl(201, 90%, 77%)OKLCH
oklch(0.838 0.086 233)CMYK
cmyk(42%, 15%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AC6F7
2#45B8F5
3#20A9F3
4#0C96E0
5#0A7DBB
6#086495
7#064B70
8#04324B
9#021925
Tints
Lighter variations
1#9BD8FA
2#A6DDFA
3#B1E1FB
4#BCE5FB
5#C7EAFC
6#D2EEFD
7#DEF2FD
8#E9F6FE
9#F4FBFE
Tones
Muted variations
1#95D3F4
2#9AD1EF
3#9FCFE9
4#A5CEE4
5#AACCDF
6#AFCBD9
7#B5C9D4
8#BAC8CF
9#BFC6CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF2 #DDF2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E7 #C0E7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D4 #90D4F9 | BordersInactive statesPlaceholder text |
| 400 | 55BE #55BEF6 | Disabled statesSecondary iconsMuted text |
| 500 | 25AB #25ABF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B8E #0B8ED5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0971 #0971AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0651 #065179 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0434 #04344E | Primary textHigh emphasis contentDark headings |
| 950 | 0320 #032030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F9FE;
--sky-blue-100: #DDF2FD;
--sky-blue-200: #C0E7FC;
--sky-blue-300: #90D4F9;
--sky-blue-400: #55BEF6;
--sky-blue-500: #25ABF4;
--sky-blue-600: #0B8ED5;
--sky-blue-700: #0971AA;
--sky-blue-800: #065179;
--sky-blue-900: #04344E;
--sky-blue-950: #032030;
}