Sky Blue
#90F9CF
GreenColor Codes
All color formats for development
HEX
#90F9CFRGB
rgb(144, 249, 207)HSL
hsl(156, 90%, 77%)OKLCH
oklch(0.907 0.115 166.2)CMYK
cmyk(42%, 0%, 17%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6AF7BF
2#45F5AF
3#20F39F
4#0CE08B
5#0ABB74
6#08955D
7#067046
8#044B2E
9#022517
Tints
Lighter variations
1#9BFAD4
2#A6FAD9
3#B1FBDD
4#BCFBE2
5#C7FCE7
6#D2FDEC
7#DEFDF1
8#E9FEF5
9#F4FEFA
Tones
Muted variations
1#95F4CE
2#9AEFCD
3#9FE9CC
4#A5E4CB
5#AADFCA
6#AFD9C9
7#B5D4C8
8#BACFC6
9#BFCAC5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9CF | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6B6 | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F4A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD584 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #06794B | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E30 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEF9;
--sky-blue-100: #DDFDF0;
--sky-blue-200: #C0FCE4;
--sky-blue-300: #90F9CF;
--sky-blue-400: #55F6B6;
--sky-blue-500: #25F4A1;
--sky-blue-600: #0BD584;
--sky-blue-700: #09AA69;
--sky-blue-800: #06794B;
--sky-blue-900: #044E30;
--sky-blue-950: #03301E;
}