Sky Blue
#94F5CE
GreenColor Codes
All color formats for development
HEX
#94F5CERGB
rgb(148, 245, 206)HSL
hsl(156, 83%, 77%)OKLCH
oklch(0.899 0.108 166.4)CMYK
cmyk(40%, 0%, 16%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70F2BE
2#4CEEAD
3#28EB9D
4#14D889
5#11B472
6#0D905C
7#0A6C45
8#07482E
9#032417
Tints
Lighter variations
1#9EF6D3
2#A9F7D8
3#B4F8DD
4#BFF9E2
5#C9FAE7
6#D4FBEB
7#DFFCF0
8#EAFDF5
9#F4FEFA
Tones
Muted variations
1#99F0CD
2#9DEBCC
3#A2E6CB
4#A7E2CA
5#ACDDC9
6#B1D8C8
7#B6D3C7
8#BBCEC6
9#BFC9C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5CE | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0B5 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEB9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA368 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B754A | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B30 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEF9;
--sky-blue-100: #DEFCF0;
--sky-blue-200: #C2F9E3;
--sky-blue-300: #94F5CE;
--sky-blue-400: #5CF0B5;
--sky-blue-500: #2DEB9F;
--sky-blue-600: #13CD83;
--sky-blue-700: #0FA368;
--sky-blue-800: #0B754A;
--sky-blue-900: #074B30;
--sky-blue-950: #042F1E;
}