Sky Blue
#90F9DF
CyanColor Codes
All color formats for development
HEX
#90F9DFRGB
rgb(144, 249, 223)HSL
hsl(165, 90%, 77%)OKLCH
oklch(0.911 0.105 176)CMYK
cmyk(42%, 0%, 10%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AF7D4
2#45F5C9
3#20F3BE
4#0CE0AB
5#0ABB8E
6#089572
7#067055
8#044B39
9#02251C
Tints
Lighter variations
1#9BFAE2
2#A6FAE5
3#B1FBE8
4#BCFBEC
5#C7FCEF
6#D2FDF2
7#DEFDF5
8#E9FEF9
9#F4FEFC
Tones
Muted variations
1#95F4DC
2#9AEFD9
3#9FE9D7
4#A5E4D4
5#AADFD2
6#AFD9CF
7#B5D4CC
8#BACFCA
9#BFCAC7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCED | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9DF | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6CE | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #06795C | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E3B | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFB;
--sky-blue-100: #DDFDF5;
--sky-blue-200: #C0FCED;
--sky-blue-300: #90F9DF;
--sky-blue-400: #55F6CE;
--sky-blue-500: #25F4C0;
--sky-blue-600: #0BD5A3;
--sky-blue-700: #09AA81;
--sky-blue-800: #06795C;
--sky-blue-900: #044E3B;
--sky-blue-950: #033025;
}