Sky Blue
#6FC3DC
CyanColor Codes
All color formats for development
HEX
#6FC3DCRGB
rgb(111, 195, 220)HSL
hsl(194, 61%, 65%)OKLCH
oklch(0.773 0.089 219.3)CMYK
cmyk(50%, 11%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55B8D6
2#3AACCF
3#2D9ABB
4#2784A0
5#206E85
6#1A586B
7#134250
8#0D2C35
9#06161B
Tints
Lighter variations
1#7EC9E0
2#8CCFE3
3#9AD5E7
4#A9DBEA
5#B7E1EE
6#C6E7F1
7#D4EDF5
8#E2F3F8
9#F1F9FC
Tones
Muted variations
1#75C0D7
2#7ABDD1
3#80BACC
4#85B7C6
5#8BB4C1
6#90B1BC
7#95AEB6
8#9BACB1
9#A0A9AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F3 #E2F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE9 #CAE9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1D7 #A1D7E8 | BordersInactive statesPlaceholder text |
| 400 | 6FC3 #6FC3DC | Disabled statesSecondary iconsMuted text |
| 500 | 46B2 #46B2D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C95 #2C95B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2376 #237690 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1954 #195467 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1036 #103642 | Primary textHigh emphasis contentDark headings |
| 950 | 0A22 #0A2229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFC;
--sky-blue-100: #E2F3F8;
--sky-blue-200: #CAE9F2;
--sky-blue-300: #A1D7E8;
--sky-blue-400: #6FC3DC;
--sky-blue-500: #46B2D2;
--sky-blue-600: #2C95B5;
--sky-blue-700: #237690;
--sky-blue-800: #195467;
--sky-blue-900: #103642;
--sky-blue-950: #0A2229;
}