Sky Blue
#69E2D8
CyanColor Codes
All color formats for development
HEX
#69E2D8RGB
rgb(105, 226, 216)HSL
hsl(175, 68%, 65%)OKLCH
oklch(0.841 0.11 188)CMYK
cmyk(54%, 0%, 4%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DDDD1
2#31D8CA
3#25C3B6
4#20A79C
5#1B8B82
6#156F68
7#10544E
8#0B3834
9#051C1A
Tints
Lighter variations
1#78E5DC
2#87E8E0
3#96EBE4
4#A5EEE8
5#B4F1EC
6#C3F4F0
7#D2F6F3
8#E1F9F7
9#F0FCFB
Tones
Muted variations
1#6FDCD3
2#75D6CE
3#7BD0C9
4#81CAC4
5#87C4BF
6#8DBEBA
7#94B8B5
8#9AB2B0
9#A0ACAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECE6 | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2D8 | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDACD | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D968C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4540 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E1F9F7;
--sky-blue-200: #C7F4F1;
--sky-blue-300: #9CECE6;
--sky-blue-400: #69E2D8;
--sky-blue-500: #3EDACD;
--sky-blue-600: #24BCB0;
--sky-blue-700: #1D968C;
--sky-blue-800: #146B64;
--sky-blue-900: #0D4540;
--sky-blue-950: #082B28;
}