Sky Blue
#90F9D4
GreenColor Codes
All color formats for development
HEX
#90F9D4RGB
rgb(144, 249, 212)HSL
hsl(159, 90%, 77%)OKLCH
oklch(0.908 0.112 169)CMYK
cmyk(42%, 0%, 15%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AF7C6
2#45F5B8
3#20F3A9
4#0CE096
5#0ABB7D
6#089564
7#06704B
8#044B32
9#022519
Tints
Lighter variations
1#9BFAD8
2#A6FADD
3#B1FBE1
4#BCFBE5
5#C7FCEA
6#D2FDEE
7#DEFDF2
8#E9FEF6
9#F4FEFB
Tones
Muted variations
1#95F4D3
2#9AEFD1
3#9FE9CF
4#A5E4CE
5#AADFCC
6#AFD9CB
7#B5D4C9
8#BACFC8
9#BFCAC6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9D4 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6BE | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD58E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067951 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E34 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033020 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEF9;
--sky-blue-100: #DDFDF2;
--sky-blue-200: #C0FCE7;
--sky-blue-300: #90F9D4;
--sky-blue-400: #55F6BE;
--sky-blue-500: #25F4AB;
--sky-blue-600: #0BD58E;
--sky-blue-700: #09AA71;
--sky-blue-800: #067951;
--sky-blue-900: #044E34;
--sky-blue-950: #033020;
}