Sky Blue
#69E2DE
CyanColor Codes
All color formats for development
HEX
#69E2DERGB
rgb(105, 226, 222)HSL
hsl(178, 68%, 65%)OKLCH
oklch(0.843 0.109 192.4)CMYK
cmyk(54%, 0%, 2%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DDDD8
2#31D8D2
3#25C3BE
4#20A7A3
5#1B8B87
6#156F6C
7#105451
8#0B3836
9#051C1B
Tints
Lighter variations
1#78E5E2
2#87E8E5
3#96EBE8
4#A5EEEB
5#B4F1EF
6#C3F4F2
7#D2F6F5
8#E1F9F8
9#F0FCFC
Tones
Muted variations
1#6FDCD9
2#75D6D3
3#7BD0CD
4#81CAC8
5#87C4C2
6#8DBEBC
7#94B8B7
8#9AB2B1
9#A0ACAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECEA | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2DE | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDAD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BCB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D9692 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4543 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E1F9F8;
--sky-blue-200: #C7F4F3;
--sky-blue-300: #9CECEA;
--sky-blue-400: #69E2DE;
--sky-blue-500: #3EDAD5;
--sky-blue-600: #24BCB7;
--sky-blue-700: #1D9692;
--sky-blue-800: #146B68;
--sky-blue-900: #0D4543;
--sky-blue-950: #082B2A;
}