Sky Blue
#69C8E2
CyanColor Codes
All color formats for development
HEX
#69C8E2RGB
rgb(105, 200, 226)HSL
hsl(193, 68%, 65%)OKLCH
oklch(0.784 0.097 217.9)CMYK
cmyk(54%, 12%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4DBEDD
2#31B4D8
3#25A1C3
4#208AA7
5#1B738B
6#155C6F
7#104554
8#0B2E38
9#05171C
Tints
Lighter variations
1#78CEE5
2#87D3E8
3#96D9EB
4#A5DEEE
5#B4E4F1
6#C3E9F4
7#D2EFF6
8#E1F4F9
9#F0FAFC
Tones
Muted variations
1#6FC5DC
2#75C1D6
3#7BBED0
4#81BACA
5#87B7C4
6#8DB4BE
7#94B0B8
8#9AADB2
9#A0A9AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F4 #E1F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EB #C7EBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDB #9CDBEC | BordersInactive statesPlaceholder text |
| 400 | 69C8 #69C8E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EB8 #3EB8DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 249B #249BBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D7C #1D7C96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1458 #14586B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D39 #0D3945 | Primary textHigh emphasis contentDark headings |
| 950 | 0823 #08232B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFD;
--sky-blue-100: #E1F4F9;
--sky-blue-200: #C7EBF4;
--sky-blue-300: #9CDBEC;
--sky-blue-400: #69C8E2;
--sky-blue-500: #3EB8DA;
--sky-blue-600: #249BBC;
--sky-blue-700: #1D7C96;
--sky-blue-800: #14586B;
--sky-blue-900: #0D3945;
--sky-blue-950: #08232B;
}