Sky Blue
#46D2CB
CyanColor Codes
All color formats for development
HEX
#46D2CBRGB
rgb(70, 210, 203)HSL
hsl(177, 61%, 55%)OKLCH
oklch(0.788 0.118 190.2)CMYK
cmyk(67%, 0%, 3%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CBC4
2#2CB5AE
3#269E98
4#218782
5#1B716D
6#165A57
7#104441
8#0B2D2B
9#051716
Tints
Lighter variations
1#59D7D0
2#6BDBD6
3#7EE0DB
4#90E4E0
5#A3E9E5
6#B5EDEA
7#C8F2EF
8#DAF6F5
9#EDFBFA
Tones
Muted variations
1#4DCBC5
2#54C4BF
3#5BBDB8
4#62B6B2
5#69AFAC
6#70A8A5
7#77A19F
8#7E9A99
9#859393
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E5 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCD7 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23908A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196763 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423F | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2927 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFC;
--sky-blue-100: #E2F8F7;
--sky-blue-200: #CAF2F0;
--sky-blue-300: #A1E8E5;
--sky-blue-400: #6FDCD7;
--sky-blue-500: #46D2CB;
--sky-blue-600: #2CB5AE;
--sky-blue-700: #23908A;
--sky-blue-800: #196763;
--sky-blue-900: #10423F;
--sky-blue-950: #0A2927;
}