Sky Blue
#94F5E5
CyanColor Codes
All color formats for development
HEX
#94F5E5RGB
rgb(148, 245, 229)HSL
hsl(170, 83%, 77%)OKLCH
oklch(0.906 0.095 182.4)CMYK
cmyk(40%, 0%, 7%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#70F2DC
2#4CEED3
3#28EBCA
4#14D8B7
5#11B498
6#0D907A
7#0A6C5B
8#07483D
9#03241E
Tints
Lighter variations
1#9EF6E7
2#A9F7EA
3#B4F8ED
4#BFF9EF
5#C9FAF2
6#D4FBF5
7#DFFCF7
8#EAFDFA
9#F4FEFC
Tones
Muted variations
1#99F0E2
2#9DEBDE
3#A2E6DB
4#A7E2D8
5#ACDDD5
6#B1D8D1
7#B6D3CE
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 #DEFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E5 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0D7 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBCC | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA38B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7563 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3F | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FEFC;
--sky-blue-100: #DEFCF7;
--sky-blue-200: #C2F9F0;
--sky-blue-300: #94F5E5;
--sky-blue-400: #5CF0D7;
--sky-blue-500: #2DEBCC;
--sky-blue-600: #13CDAE;
--sky-blue-700: #0FA38B;
--sky-blue-800: #0B7563;
--sky-blue-900: #074B3F;
--sky-blue-950: #042F28;
}