Sky Blue
#94F5D9
GreenColor Codes
All color formats for development
HEX
#94F5D9RGB
rgb(148, 245, 217)HSL
hsl(163, 83%, 77%)OKLCH
oklch(0.902 0.101 173.5)CMYK
cmyk(40%, 0%, 11%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70F2CD
2#4CEEC0
3#28EBB4
4#14D8A0
5#11B485
6#0D906B
7#0A6C50
8#074835
9#03241B
Tints
Lighter variations
1#9EF6DD
2#A9F7E1
3#B4F8E5
4#BFF9E8
5#C9FAEC
6#D4FBF0
7#DFFCF4
8#EAFDF7
9#F4FEFB
Tones
Muted variations
1#99F0D7
2#9DEBD5
3#A2E6D3
4#A7E2D1
5#ACDDCF
6#B1D8CD
7#B6D3CB
8#BBCEC9
9#BFC9C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D9 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0C6 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA379 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B37 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFA;
--sky-blue-100: #DEFCF4;
--sky-blue-200: #C2F9EA;
--sky-blue-300: #94F5D9;
--sky-blue-400: #5CF0C6;
--sky-blue-500: #2DEBB6;
--sky-blue-600: #13CD99;
--sky-blue-700: #0FA379;
--sky-blue-800: #0B7557;
--sky-blue-900: #074B37;
--sky-blue-950: #042F23;
}