Sky Blue
#90F9F2
CyanColor Codes
All color formats for development
HEX
#90F9F2RGB
rgb(144, 249, 242)HSL
hsl(176, 90%, 77%)OKLCH
oklch(0.917 0.099 190)CMYK
cmyk(42%, 0%, 3%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AF7EE
2#45F5E9
3#20F3E5
4#0CE0D2
5#0ABBAF
6#08958C
7#067069
8#044B46
9#022523
Tints
Lighter variations
1#9BFAF3
2#A6FAF5
3#B1FBF6
4#BCFBF7
5#C7FCF9
6#D2FDFA
7#DEFDFB
8#E9FEFC
9#F4FEFE
Tones
Muted variations
1#95F4EE
2#9AEFE9
3#9FE9E4
4#A5E4E0
5#AADFDB
6#AFD9D7
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 #C0FCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9F2 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6EB | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067971 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E49 | 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: #C0FCF8;
--sky-blue-300: #90F9F2;
--sky-blue-400: #55F6EB;
--sky-blue-500: #25F4E6;
--sky-blue-600: #0BD5C8;
--sky-blue-700: #09AA9F;
--sky-blue-800: #067971;
--sky-blue-900: #044E49;
--sky-blue-950: #03302D;
}