Sky Blue
#46CBD2
CyanColor Codes
All color formats for development
HEX
#46CBD2RGB
rgb(70, 203, 210)HSL
hsl(183, 61%, 55%)OKLCH
oklch(0.774 0.113 200.1)CMYK
cmyk(67%, 3%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#31C4CB
2#2CAEB5
3#26989E
4#218287
5#1B6D71
6#16575A
7#104144
8#0B2B2D
9#051617
Tints
Lighter variations
1#59D0D7
2#6BD6DB
3#7EDBE0
4#90E0E4
5#A3E5E9
6#B5EAED
7#C8EFF2
8#DAF5F6
9#EDFAFB
Tones
Muted variations
1#4DC5CB
2#54BFC4
3#5BB8BD
4#62B2B6
5#69ACAF
6#70A5A8
7#779FA1
8#7E999A
9#859393
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F7 #E2F7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF0 #CAF0F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E5 #A1E5E8 | BordersInactive statesPlaceholder text |
| 400 | 6FD7 #6FD7DC | Disabled statesSecondary iconsMuted text |
| 500 | 46CB #46CBD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CAE #2CAEB5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 238A #238A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1963 #196367 | Text on light backgroundsHeadingsStrong borders |
| 900 | 103F #103F42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A27 #0A2729 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFC;
--sky-blue-100: #E2F7F8;
--sky-blue-200: #CAF0F2;
--sky-blue-300: #A1E5E8;
--sky-blue-400: #6FD7DC;
--sky-blue-500: #46CBD2;
--sky-blue-600: #2CAEB5;
--sky-blue-700: #238A90;
--sky-blue-800: #196367;
--sky-blue-900: #103F42;
--sky-blue-950: #0A2729;
}