Sky Blue
#61E1EA
CyanColor Codes
All color formats for development
HEX
#61E1EARGB
rgb(97, 225, 234)HSL
hsl(184, 77%, 65%)OKLCH
oklch(0.842 0.113 201.6)CMYK
cmyk(59%, 4%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44DCE7
2#26D6E3
3#1BC1CD
4#17A6B0
5#138A93
6#0F6F75
7#0B5358
8#08373B
9#041C1D
Tints
Lighter variations
1#71E4ED
2#81E7EF
3#90EAF1
4#A0EDF3
5#B0F0F5
6#C0F3F7
7#D0F6F9
8#DFF9FB
9#EFFCFD
Tones
Muted variations
1#68DBE4
2#6FD5DD
3#76CFD6
4#7DC9CF
5#83C4C8
6#8ABEC1
7#91B8BA
8#98B2B3
9#9FACAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F4 #C4F4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EB #97EBF2 | BordersInactive statesPlaceholder text |
| 400 | 61E1 #61E1EA | Disabled statesSecondary iconsMuted text |
| 500 | 34D9 #34D9E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1ABB #1ABBC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1595 #15959E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F6A #0F6A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0944 #094448 | Primary textHigh emphasis contentDark headings |
| 950 | 062B #062B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FCFD;
--sky-blue-100: #DFF9FB;
--sky-blue-200: #C4F4F7;
--sky-blue-300: #97EBF2;
--sky-blue-400: #61E1EA;
--sky-blue-500: #34D9E5;
--sky-blue-600: #1ABBC7;
--sky-blue-700: #15959E;
--sky-blue-800: #0F6A71;
--sky-blue-900: #094448;
--sky-blue-950: #062B2D;
}