Sky Blue
#41C6D8
CyanColor Codes
All color formats for development
HEX
#41C6D8RGB
rgb(65, 198, 216)HSL
hsl(187, 66%, 55%)OKLCH
oklch(0.763 0.114 208.1)CMYK
cmyk(70%, 8%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BBED2
2#26A9BA
3#2194A3
4#1D7F8C
5#186A74
6#13545D
7#0E3F46
8#0A2A2F
9#051517
Tints
Lighter variations
1#54CCDC
2#67D2E0
3#7AD7E4
4#8DDDE8
5#A0E3EB
6#B3E8EF
7#C6EEF3
8#D9F4F7
9#ECF9FB
Tones
Muted variations
1#48C1D0
2#50BBC9
3#57B5C1
4#5FAFBA
5#66A9B2
6#6EA3AB
7#769EA3
8#7D989B
9#859294
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F6 #E1F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EF #C8EFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE2 #9EE2EB | BordersInactive statesPlaceholder text |
| 400 | 6BD3 #6BD3E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41C6 #41C6D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26A9 #26A9BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E86 #1E8694 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1660 #16606A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3D #0E3D44 | Primary textHigh emphasis contentDark headings |
| 950 | 0926 #09262A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFC;
--sky-blue-100: #E1F6F9;
--sky-blue-200: #C8EFF4;
--sky-blue-300: #9EE2EB;
--sky-blue-400: #6BD3E1;
--sky-blue-500: #41C6D8;
--sky-blue-600: #26A9BA;
--sky-blue-700: #1E8694;
--sky-blue-800: #16606A;
--sky-blue-900: #0E3D44;
--sky-blue-950: #09262A;
}