Sky Blue
#90F9D8
GreenColor Codes
All color formats for development
HEX
#90F9D8RGB
rgb(144, 249, 216)HSL
hsl(161, 90%, 77%)OKLCH
oklch(0.909 0.109 171.5)CMYK
cmyk(42%, 0%, 13%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AF7CB
2#45F5BD
3#20F3B0
4#0CE09D
5#0ABB83
6#089568
7#06704E
8#044B34
9#02251A
Tints
Lighter variations
1#9BFADC
2#A6FAE0
3#B1FBE3
4#BCFBE7
5#C7FCEB
6#D2FDEF
7#DEFDF3
8#E9FEF7
9#F4FEFB
Tones
Muted variations
1#95F4D6
2#9AEFD4
3#9FE9D2
4#A5E4D0
5#AADFCE
6#AFD9CC
7#B5D4CA
8#BACFC8
9#BFCAC6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9D8 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6C3 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD595 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067955 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E36 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033022 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFA;
--sky-blue-100: #DDFDF3;
--sky-blue-200: #C0FCE9;
--sky-blue-300: #90F9D8;
--sky-blue-400: #55F6C3;
--sky-blue-500: #25F4B2;
--sky-blue-600: #0BD595;
--sky-blue-700: #09AA77;
--sky-blue-800: #067955;
--sky-blue-900: #044E36;
--sky-blue-950: #033022;
}