Sky Blue
#90F9F9
CyanColor Codes
All color formats for development
HEX
#90F9F9RGB
rgb(144, 249, 249)HSL
hsl(180, 90%, 77%)OKLCH
oklch(0.919 0.098 195.6)CMYK
cmyk(42%, 0%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AF7F7
2#45F5F5
3#20F3F3
4#0CE0E0
5#0ABBBB
6#089595
7#067070
8#044B4B
9#022525
Tints
Lighter variations
1#9BFAFA
2#A6FAFA
3#B1FBFB
4#BCFBFB
5#C7FCFC
6#D2FDFD
7#DEFDFD
8#E9FEFE
9#F4FEFE
Tones
Muted variations
1#95F4F4
2#9AEFEF
3#9FE9E9
4#A5E4E4
5#AADFDF
6#AFD9D9
7#B5D4D4
8#BACFCF
9#BFCACA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9F9 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AAAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067979 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFE;
--sky-blue-100: #DDFDFD;
--sky-blue-200: #C0FCFC;
--sky-blue-300: #90F9F9;
--sky-blue-400: #55F6F6;
--sky-blue-500: #25F4F4;
--sky-blue-600: #0BD5D5;
--sky-blue-700: #09AAAA;
--sky-blue-800: #067979;
--sky-blue-900: #044E4E;
--sky-blue-950: #033030;
}