Sky Blue
#65E6DB
CyanColor Codes
All color formats for development
HEX
#65E6DBRGB
rgb(101, 230, 219)HSL
hsl(175, 72%, 65%)OKLCH
oklch(0.85 0.115 187.6)CMYK
cmyk(56%, 0%, 5%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#49E1D5
2#2CDDCE
3#20C8BA
4#1CAB9F
5#178F85
6#13726A
7#0E5650
8#093935
9#051D1B
Tints
Lighter variations
1#75E9DF
2#84EBE2
3#94EEE6
4#A3F0EA
5#B2F3ED
6#C2F5F1
7#D1F8F4
8#E0FAF8
9#F0FDFB
Tones
Muted variations
1#6CE0D6
2#72D9D1
3#79D3CB
4#7FCCC6
5#86C6C1
6#8CBFBB
7#92B9B6
8#99B3B0
9#9FACAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE8 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6DB | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC1B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4641 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E0FAF8;
--sky-blue-200: #C6F6F2;
--sky-blue-300: #9AEFE8;
--sky-blue-400: #65E6DB;
--sky-blue-500: #3ADFD1;
--sky-blue-600: #1FC1B4;
--sky-blue-700: #199A8F;
--sky-blue-800: #126E66;
--sky-blue-900: #0B4641;
--sky-blue-950: #072C29;
}