Sky Blue
#41CBD8
CyanColor Codes
All color formats for development
HEX
#41CBD8RGB
rgb(65, 203, 216)HSL
hsl(185, 66%, 55%)OKLCH
oklch(0.775 0.116 204.2)CMYK
cmyk(70%, 6%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BC4D2
2#26AEBA
3#2198A3
4#1D828C
5#186D74
6#13575D
7#0E4146
8#0A2B2F
9#051617
Tints
Lighter variations
1#54D1DC
2#67D6E0
3#7ADBE4
4#8DE0E8
5#A0E5EB
6#B3EAEF
7#C6F0F3
8#D9F5F7
9#ECFAFB
Tones
Muted variations
1#48C5D0
2#50BFC9
3#57B8C1
4#5FB2BA
5#66ACB2
6#6EA5AB
7#769FA3
8#7D999B
9#859394
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F0 #C8F0F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE5 #9EE5EB | BordersInactive statesPlaceholder text |
| 400 | 6BD7 #6BD7E1 | Disabled statesSecondary iconsMuted text |
| 500 | 41CB #41CBD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 26AE #26AEBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E8A #1E8A94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1663 #16636A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3F #0E3F44 | Primary textHigh emphasis contentDark headings |
| 950 | 0928 #09282A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E1F7F9;
--sky-blue-200: #C8F0F4;
--sky-blue-300: #9EE5EB;
--sky-blue-400: #6BD7E1;
--sky-blue-500: #41CBD8;
--sky-blue-600: #26AEBA;
--sky-blue-700: #1E8A94;
--sky-blue-800: #16636A;
--sky-blue-900: #0E3F44;
--sky-blue-950: #09282A;
}