Sky Blue
#94F5DB
GreenColor Codes
All color formats for development
HEX
#94F5DBRGB
rgb(148, 245, 219)HSL
hsl(164, 83%, 77%)OKLCH
oklch(0.903 0.1 174.9)CMYK
cmyk(40%, 0%, 11%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70F2CF
2#4CEEC3
3#28EBB7
4#14D8A3
5#11B488
6#0D906D
7#0A6C52
8#074836
9#03241B
Tints
Lighter variations
1#9EF6DF
2#A9F7E2
3#B4F8E6
4#BFF9E9
5#C9FAED
6#D4FBF1
7#DFFCF4
8#EAFDF8
9#F4FEFB
Tones
Muted variations
1#99F0D9
2#9DEBD7
3#A2E6D4
4#A7E2D2
5#ACDDD0
6#B1D8CD
7#B6D3CB
8#BBCEC9
9#BFC9C7
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 #C2F9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5DB | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0C8 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA37C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7558 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B39 | 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: #C2F9EB;
--sky-blue-300: #94F5DB;
--sky-blue-400: #5CF0C8;
--sky-blue-500: #2DEBB9;
--sky-blue-600: #13CD9C;
--sky-blue-700: #0FA37C;
--sky-blue-800: #0B7558;
--sky-blue-900: #074B39;
--sky-blue-950: #042F23;
}