Sky Blue
#94F5E8
CyanColor Codes
All color formats for development
HEX
#94F5E8RGB
rgb(148, 245, 232)HSL
hsl(172, 83%, 77%)OKLCH
oklch(0.907 0.094 184.8)CMYK
cmyk(40%, 0%, 5%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70F2E0
2#4CEED9
3#28EBD1
4#14D8BE
5#11B49E
6#0D907E
7#0A6C5F
8#07483F
9#032420
Tints
Lighter variations
1#9EF6EA
2#A9F7ED
3#B4F8EF
4#BFF9F1
5#C9FAF4
6#D4FBF6
7#DFFCF8
8#EAFDFA
9#F4FEFD
Tones
Muted variations
1#99F0E4
2#9DEBE1
3#A2E6DD
4#A7E2DA
5#ACDDD6
6#B1D8D3
7#B6D3CF
8#BBCECB
9#BFC9C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E8 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0DC | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7567 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B42 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFC;
--sky-blue-100: #DEFCF8;
--sky-blue-200: #C2F9F2;
--sky-blue-300: #94F5E8;
--sky-blue-400: #5CF0DC;
--sky-blue-500: #2DEBD2;
--sky-blue-600: #13CDB4;
--sky-blue-700: #0FA390;
--sky-blue-800: #0B7567;
--sky-blue-900: #074B42;
--sky-blue-950: #042F29;
}