Sky Blue
#69D8E2
CyanColor Codes
All color formats for development
HEX
#69D8E2RGB
rgb(105, 216, 226)HSL
hsl(185, 68%, 65%)OKLCH
oklch(0.821 0.102 203.3)CMYK
cmyk(54%, 4%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DD1DD
2#31CAD8
3#25B6C3
4#209CA7
5#1B828B
6#15686F
7#104E54
8#0B3438
9#051A1C
Tints
Lighter variations
1#78DCE5
2#87E0E8
3#96E4EB
4#A5E8EE
5#B4ECF1
6#C3F0F4
7#D2F3F6
8#E1F7F9
9#F0FBFC
Tones
Muted variations
1#6FD3DC
2#75CED6
3#7BC9D0
4#81C4CA
5#87BFC4
6#8DBABE
7#94B5B8
8#9AB0B2
9#A0ABAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F1 #C7F1F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE6 #9CE6EC | BordersInactive statesPlaceholder text |
| 400 | 69D8 #69D8E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3ECD #3ECDDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24B0 #24B0BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D8C #1D8C96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1464 #14646B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D40 #0D4045 | Primary textHigh emphasis contentDark headings |
| 950 | 0828 #08282B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E1F7F9;
--sky-blue-200: #C7F1F4;
--sky-blue-300: #9CE6EC;
--sky-blue-400: #69D8E2;
--sky-blue-500: #3ECDDA;
--sky-blue-600: #24B0BC;
--sky-blue-700: #1D8C96;
--sky-blue-800: #14646B;
--sky-blue-900: #0D4045;
--sky-blue-950: #08282B;
}