Sky Blue
#90F9E1
CyanColor Codes
All color formats for development
HEX
#90F9E1RGB
rgb(144, 249, 225)HSL
hsl(166, 90%, 77%)OKLCH
oklch(0.912 0.104 177.4)CMYK
cmyk(42%, 0%, 10%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AF7D6
2#45F5CC
3#20F3C2
4#0CE0AE
5#0ABB91
6#089574
7#067057
8#044B3A
9#02251D
Tints
Lighter variations
1#9BFAE4
2#A6FAE7
3#B1FBEA
4#BCFBED
5#C7FCF0
6#D2FDF3
7#DEFDF6
8#E9FEF9
9#F4FEFC
Tones
Muted variations
1#95F4DE
2#9AEFDB
3#9FE9D8
4#A5E4D5
5#AADFD2
6#AFD9D0
7#B5D4CD
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 #DDFDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9E1 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6D1 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD5A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #06795E | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E3C | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFB;
--sky-blue-100: #DDFDF6;
--sky-blue-200: #C0FCEE;
--sky-blue-300: #90F9E1;
--sky-blue-400: #55F6D1;
--sky-blue-500: #25F4C3;
--sky-blue-600: #0BD5A6;
--sky-blue-700: #09AA84;
--sky-blue-800: #06795E;
--sky-blue-900: #044E3C;
--sky-blue-950: #033026;
}