Sky Blue
#90F9EE
CyanColor Codes
All color formats for development
HEX
#90F9EERGB
rgb(144, 249, 238)HSL
hsl(174, 90%, 77%)OKLCH
oklch(0.915 0.1 186.9)CMYK
cmyk(42%, 0%, 4%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AF7E9
2#45F5E4
3#20F3DE
4#0CE0CB
5#0ABBA9
6#089587
7#067065
8#044B44
9#022522
Tints
Lighter variations
1#9BFAF0
2#A6FAF2
3#B1FBF4
4#BCFBF5
5#C7FCF7
6#D2FDF8
7#DEFDFA
8#E9FEFC
9#F4FEFD
Tones
Muted variations
1#95F4EA
2#9AEFE6
3#9FE9E2
4#A5E4DE
5#AADFD9
6#AFD9D5
7#B5D4D1
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 #DDFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9EF | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6E6 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #06796E | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E46 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFD;
--sky-blue-100: #DDFDFA;
--sky-blue-200: #C0FCF6;
--sky-blue-300: #90F9EF;
--sky-blue-400: #55F6E6;
--sky-blue-500: #25F4DF;
--sky-blue-600: #0BD5C1;
--sky-blue-700: #09AA9A;
--sky-blue-800: #06796E;
--sky-blue-900: #044E46;
--sky-blue-950: #03302C;
}