Sky Blue
#3DD9DB
CyanColor Codes
All color formats for development
HEX
#3DD9DBRGB
rgb(61, 217, 219)HSL
hsl(181, 69%, 55%)OKLCH
oklch(0.809 0.125 196.3)CMYK
cmyk(72%, 1%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27D2D5
2#23BBBE
3#1EA4A6
4#1A8C8E
5#167577
6#115E5F
7#0D4647
8#092F2F
9#041718
Tints
Lighter variations
1#50DDDF
2#64E0E3
3#77E4E6
4#8BE8EA
5#9EECED
6#B1F0F1
7#C5F4F4
8#D8F7F8
9#ECFBFB
Tones
Muted variations
1#45D1D4
2#4DC9CC
3#55C2C4
4#5DBABC
5#65B3B4
6#6DABAC
7#74A3A4
8#7C9C9C
9#849494
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEB #9CEBED | BordersInactive statesPlaceholder text |
| 400 | 68E1 #68E1E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DD9 #3DD9DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BB #23BBBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C95 #1C9597 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146A #146A6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4445 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E1F9F9;
--sky-blue-200: #C7F4F5;
--sky-blue-300: #9CEBED;
--sky-blue-400: #68E1E3;
--sky-blue-500: #3DD9DB;
--sky-blue-600: #23BBBE;
--sky-blue-700: #1C9597;
--sky-blue-800: #146A6C;
--sky-blue-900: #0D4445;
--sky-blue-950: #082B2B;
}