Sky Blue
#46C2D2
CyanColor Codes
All color formats for development
HEX
#46C2D2RGB
rgb(70, 194, 210)HSL
hsl(187, 61%, 55%)OKLCH
oklch(0.753 0.109 207.3)CMYK
cmyk(67%, 8%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31B9CB
2#2CA5B5
3#26909E
4#217C87
5#1B6771
6#16525A
7#103E44
8#0B292D
9#051517
Tints
Lighter variations
1#59C8D7
2#6BCEDB
3#7ED4E0
4#90DAE4
5#A3E0E9
6#B5E7ED
7#C8EDF2
8#DAF3F6
9#EDF9FB
Tones
Muted variations
1#4DBDCB
2#54B7C4
3#5BB2BD
4#62ACB6
5#69A7AF
6#70A2A8
7#779CA1
8#7E979A
9#859293
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAED #CAEDF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E0 #A1E0E8 | BordersInactive statesPlaceholder text |
| 400 | 6FCF #6FCFDC | Disabled statesSecondary iconsMuted text |
| 500 | 46C2 #46C2D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CA5 #2CA5B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2383 #238390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 195E #195E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103C #103C42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A25 #0A2529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E2F5F8;
--sky-blue-200: #CAEDF2;
--sky-blue-300: #A1E0E8;
--sky-blue-400: #6FCFDC;
--sky-blue-500: #46C2D2;
--sky-blue-600: #2CA5B5;
--sky-blue-700: #238390;
--sky-blue-800: #195E67;
--sky-blue-900: #103C42;
--sky-blue-950: #0A2529;
}