Teal
#006280
CyanColor Codes
All color formats for development
HEX
#006280RGB
rgb(0, 98, 128)HSL
hsl(194, 100%, 25%)OKLCH
oklch(0.463 0.09 227.6)CMYK
cmyk(100%, 23%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#005873
2#004E66
3#004459
4#003B4D
5#003140
6#002733
7#001D26
8#00141A
9#000A0D
Tints
Lighter variations
1#007FA6
2#009CCC
3#00BAF2
4#1AC9FF
5#40D2FF
6#66DBFF
7#8CE4FF
8#B3EDFF
9#D9F6FF
Tones
Muted variations
1#065E79
2#0D5B73
3#13586C
4#195466
5#205160
6#264D59
7#2D4A53
8#33474D
9#394346
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF7 #DBF7FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF0 #BDF0FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE4 #8AE4FF | BordersInactive statesPlaceholder text |
| 400 | 4DD5 #4DD5FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AC9 #1AC9FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00AC #00ACE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0089 #0089B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0062 #006280 | Text on light backgroundsHeadingsStrong borders |
| 900 | 003F #003F52 | Primary textHigh emphasis contentDark headings |
| 950 | 0027 #002733 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFF;
--teal-100: #DBF7FF;
--teal-200: #BDF0FF;
--teal-300: #8AE4FF;
--teal-400: #4DD5FF;
--teal-500: #1AC9FF;
--teal-600: #00ACE0;
--teal-700: #0089B3;
--teal-800: #006280;
--teal-900: #003F52;
--teal-950: #002733;
}