Sky Blue
#69D4E2
CyanColor Codes
All color formats for development
HEX
#69D4E2RGB
rgb(105, 212, 226)HSL
hsl(187, 68%, 65%)OKLCH
oklch(0.812 0.1 206.7)CMYK
cmyk(54%, 6%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DCCDD
2#31C4D8
3#25B1C3
4#2097A7
5#1B7E8B
6#15656F
7#104C54
8#0B3238
9#05191C
Tints
Lighter variations
1#78D9E5
2#87DDE8
3#96E1EB
4#A5E5EE
5#B4EAF1
6#C3EEF4
7#D2F2F6
8#E1F6F9
9#F0FBFC
Tones
Muted variations
1#6FD0DC
2#75CBD6
3#7BC6D0
4#81C2CA
5#87BDC4
6#8DB8BE
7#94B4B8
8#9AAFB2
9#A0AAAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F6 #E1F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EF #C7EFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE3 #9CE3EC | BordersInactive statesPlaceholder text |
| 400 | 69D4 #69D4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EC8 #3EC8DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24AB #24ABBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D88 #1D8896 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1461 #14616B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3E #0D3E45 | Primary textHigh emphasis contentDark headings |
| 950 | 0827 #08272B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFD;
--sky-blue-100: #E1F6F9;
--sky-blue-200: #C7EFF4;
--sky-blue-300: #9CE3EC;
--sky-blue-400: #69D4E2;
--sky-blue-500: #3EC8DA;
--sky-blue-600: #24ABBC;
--sky-blue-700: #1D8896;
--sky-blue-800: #14616B;
--sky-blue-900: #0D3E45;
--sky-blue-950: #08272B;
}