Sky Blue
#90EBF9
CyanColor Codes
All color formats for development
HEX
#90EBF9RGB
rgb(144, 235, 249)HSL
hsl(188, 90%, 77%)OKLCH
oklch(0.888 0.089 208.2)CMYK
cmyk(42%, 6%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AE4F7
2#45DEF5
3#20D7F3
4#0CC4E0
5#0AA3BB
6#088295
7#066270
8#04414B
9#022125
Tints
Lighter variations
1#9BEDFA
2#A6EFFA
3#B1F1FB
4#BCF3FB
5#C7F5FC
6#D2F7FD
7#DEF9FD
8#E9FBFE
9#F4FDFE
Tones
Muted variations
1#95E7F4
2#9AE3EF
3#9FDFE9
4#A5DCE4
5#AAD8DF
6#AFD4D9
7#B5D0D4
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 | DDF9 #DDF9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F4 #C0F4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90EB #90EBF9 | BordersInactive statesPlaceholder text |
| 400 | 55E1 #55E1F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25D8 #25D8F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BBA #0BBAD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0994 #0994AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 066A #066A79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0444 #04444E | 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: #DDF9FD;
--sky-blue-200: #C0F4FC;
--sky-blue-300: #90EBF9;
--sky-blue-400: #55E1F6;
--sky-blue-500: #25D8F4;
--sky-blue-600: #0BBAD5;
--sky-blue-700: #0994AA;
--sky-blue-800: #066A79;
--sky-blue-900: #04444E;
--sky-blue-950: #032A30;
}