Sky Blue
#41C9D8
CyanColor Codes
All color formats for development
HEX
#41C9D8RGB
rgb(65, 201, 216)HSL
hsl(186, 66%, 55%)OKLCH
oklch(0.77 0.115 205.8)CMYK
cmyk(70%, 7%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BC1D2
2#26ABBA
3#2196A3
4#1D818C
5#186B74
6#13565D
7#0E4046
8#0A2B2F
9#051517
Tints
Lighter variations
1#54CEDC
2#67D4E0
3#7AD9E4
4#8DDFE8
5#A0E4EB
6#B3E9EF
7#C6EFF3
8#D9F4F7
9#ECFAFB
Tones
Muted variations
1#48C3D0
2#50BDC9
3#57B7C1
4#5FB1BA
5#66ABB2
6#6EA4AB
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 | E1F7 #E1F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EF #C8EFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE3 #9EE3EB | BordersInactive statesPlaceholder text |
| 400 | 6BD5 #6BD5E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41C9 #41C9D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26AB #26ABBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E88 #1E8894 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1661 #16616A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3E #0E3E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0927 #09272A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFC;
--sky-blue-100: #E1F7F9;
--sky-blue-200: #C8EFF4;
--sky-blue-300: #9EE3EB;
--sky-blue-400: #6BD5E1;
--sky-blue-500: #41C9D8;
--sky-blue-600: #26ABBA;
--sky-blue-700: #1E8894;
--sky-blue-800: #16616A;
--sky-blue-900: #0E3E44;
--sky-blue-950: #09272A;
}