Sky Blue
#46D2D2
CyanColor Codes
All color formats for development
HEX
#46D2D2RGB
rgb(70, 210, 210)HSL
hsl(180, 61%, 55%)OKLCH
oklch(0.791 0.117 195)CMYK
cmyk(67%, 0%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31CBCB
2#2CB5B5
3#269E9E
4#218787
5#1B7171
6#165A5A
7#104444
8#0B2D2D
9#051717
Tints
Lighter variations
1#59D7D7
2#6BDBDB
3#7EE0E0
4#90E4E4
5#A3E9E9
6#B5EDED
7#C8F2F2
8#DAF6F6
9#EDFBFB
Tones
Muted variations
1#4DCBCB
2#54C4C4
3#5BBDBD
4#62B6B6
5#69AFAF
6#70A8A8
7#77A1A1
8#7E9A9A
9#859393
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E8 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCDC | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239090 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196767 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104242 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2929 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFC;
--sky-blue-100: #E2F8F8;
--sky-blue-200: #CAF2F2;
--sky-blue-300: #A1E8E8;
--sky-blue-400: #6FDCDC;
--sky-blue-500: #46D2D2;
--sky-blue-600: #2CB5B5;
--sky-blue-700: #239090;
--sky-blue-800: #196767;
--sky-blue-900: #104242;
--sky-blue-950: #0A2929;
}