Sky Blue
#90F9EB
CyanColor Codes
All color formats for development
HEX
#90F9EBRGB
rgb(144, 249, 235)HSL
hsl(172, 90%, 77%)OKLCH
oklch(0.915 0.1 184.6)CMYK
cmyk(42%, 0%, 6%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AF7E4
2#45F5DE
3#20F3D7
4#0CE0C4
5#0ABBA3
6#089582
7#067062
8#044B41
9#022521
Tints
Lighter variations
1#9BFAED
2#A6FAEF
3#B1FBF1
4#BCFBF3
5#C7FCF5
6#D2FDF7
7#DEFDF9
8#E9FEFB
9#F4FEFD
Tones
Muted variations
1#95F4E7
2#9AEFE3
3#9FE9DF
4#A5E4DC
5#AADFD8
6#AFD9D4
7#B5D4D0
8#BACFCC
9#BFCAC8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9EB | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6E1 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #06796A | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFC;
--sky-blue-100: #DDFDF9;
--sky-blue-200: #C0FCF4;
--sky-blue-300: #90F9EB;
--sky-blue-400: #55F6E1;
--sky-blue-500: #25F4D8;
--sky-blue-600: #0BD5BA;
--sky-blue-700: #09AA94;
--sky-blue-800: #06796A;
--sky-blue-900: #044E44;
--sky-blue-950: #03302A;
}