Sky Blue
#90E1F9
CyanColor Codes
All color formats for development
HEX
#90E1F9RGB
rgb(144, 225, 249)HSL
hsl(194, 90%, 77%)OKLCH
oklch(0.866 0.086 218.6)CMYK
cmyk(42%, 10%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AD6F7
2#45CCF5
3#20C2F3
4#0CAEE0
5#0A91BB
6#087495
7#065770
8#043A4B
9#021D25
Tints
Lighter variations
1#9BE4FA
2#A6E7FA
3#B1EAFB
4#BCEDFB
5#C7F0FC
6#D2F3FD
7#DEF6FD
8#E9F9FE
9#F4FCFE
Tones
Muted variations
1#95DEF4
2#9ADBEF
3#9FD8E9
4#A5D5E4
5#AAD2DF
6#AFD0D9
7#B5CDD4
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 | DDF6 #DDF6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EE #C0EEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E1 #90E1F9 | BordersInactive statesPlaceholder text |
| 400 | 55D1 #55D1F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25C3 #25C3F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BA6 #0BA6D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0984 #0984AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 065E #065E79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 043C #043C4E | Primary textHigh emphasis contentDark headings |
| 950 | 0326 #032630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FBFE;
--sky-blue-100: #DDF6FD;
--sky-blue-200: #C0EEFC;
--sky-blue-300: #90E1F9;
--sky-blue-400: #55D1F6;
--sky-blue-500: #25C3F4;
--sky-blue-600: #0BA6D5;
--sky-blue-700: #0984AA;
--sky-blue-800: #065E79;
--sky-blue-900: #043C4E;
--sky-blue-950: #032630;
}