Sky Blue
#69D2E2
CyanColor Codes
All color formats for development
HEX
#69D2E2RGB
rgb(105, 210, 226)HSL
hsl(188, 68%, 65%)OKLCH
oklch(0.807 0.099 208.5)CMYK
cmyk(54%, 7%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DCADD
2#31C2D8
3#25AEC3
4#2095A7
5#1B7C8B
6#15636F
7#104B54
8#0B3238
9#05191C
Tints
Lighter variations
1#78D7E5
2#87DBE8
3#96E0EB
4#A5E4EE
5#B4E9F1
6#C3EDF4
7#D2F2F6
8#E1F6F9
9#F0FBFC
Tones
Muted variations
1#6FCEDC
2#75C9D6
3#7BC5D0
4#81C0CA
5#87BCC4
6#8DB8BE
7#94B3B8
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 | C7EE #C7EEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE2 #9CE2EC | BordersInactive statesPlaceholder text |
| 400 | 69D2 #69D2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EC5 #3EC5DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24A8 #24A8BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D86 #1D8696 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1460 #14606B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3D #0D3D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0826 #08262B | 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: #C7EEF4;
--sky-blue-300: #9CE2EC;
--sky-blue-400: #69D2E2;
--sky-blue-500: #3EC5DA;
--sky-blue-600: #24A8BC;
--sky-blue-700: #1D8696;
--sky-blue-800: #14606B;
--sky-blue-900: #0D3D45;
--sky-blue-950: #08262B;
}