Sky Blue
#90F9F0
CyanColor Codes
All color formats for development
HEX
#90F9F0RGB
rgb(144, 249, 240)HSL
hsl(175, 90%, 77%)OKLCH
oklch(0.916 0.099 188.5)CMYK
cmyk(42%, 0%, 4%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AF7EB
2#45F5E7
3#20F3E2
4#0CE0CE
5#0ABBAC
6#089589
7#067067
8#044B45
9#022522
Tints
Lighter variations
1#9BFAF2
2#A6FAF3
3#B1FBF5
4#BCFBF6
5#C7FCF8
6#D2FDF9
7#DEFDFB
8#E9FEFC
9#F4FEFE
Tones
Muted variations
1#95F4EC
2#9AEFE8
3#9FE9E3
4#A5E4DF
5#AADFDA
6#AFD9D6
7#B5D4D2
8#BACFCD
9#BFCAC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9F0 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6E9 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067970 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E47 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFD;
--sky-blue-100: #DDFDFB;
--sky-blue-200: #C0FCF7;
--sky-blue-300: #90F9F0;
--sky-blue-400: #55F6E9;
--sky-blue-500: #25F4E2;
--sky-blue-600: #0BD5C4;
--sky-blue-700: #09AA9C;
--sky-blue-800: #067970;
--sky-blue-900: #044E47;
--sky-blue-950: #03302D;
}